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"