fix(restic): remove old ripgrep option

This commit is contained in:
Felix Schröter 2022-07-04 21:13:54 +02:00
parent 9a0c1eb64f
commit 6e6e483b87
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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"