fix(restic): remove old ripgrep option
This commit is contained in:
parent
9a0c1eb64f
commit
6e6e483b87
|
@ -14,7 +14,6 @@ in {
|
||||||
|
|
||||||
services.restic.backups.full = resticLib.resticConfig {
|
services.restic.backups.full = resticLib.resticConfig {
|
||||||
name = "home-server";
|
name = "home-server";
|
||||||
ripgrep = true;
|
|
||||||
paths = [ "/etc/nixos" "/var/lib" "/home" ];
|
paths = [ "/etc/nixos" "/var/lib" "/home" ];
|
||||||
ignorePatterns = [
|
ignorePatterns = [
|
||||||
"/var/lib/systemd"
|
"/var/lib/systemd"
|
||||||
|
|
Loading…
Reference in a new issue