From 6e6e483b87d9798204b47c0a76af409deacda8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 4 Jul 2022 21:13:54 +0200 Subject: [PATCH] fix(restic): remove old ripgrep option --- services/restic/home-server.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/restic/home-server.nix b/services/restic/home-server.nix index 0fc3791..80591ec 100644 --- a/services/restic/home-server.nix +++ b/services/restic/home-server.nix @@ -14,7 +14,6 @@ in { services.restic.backups.full = resticLib.resticConfig { name = "home-server"; - ripgrep = true; paths = [ "/etc/nixos" "/var/lib" "/home" ]; ignorePatterns = [ "/var/lib/systemd"