mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Compare commits
No commits in common. "e3b572ef9686a657533c8650bbe9af2fc2ac39e5" and "4ddc49c0010c24e21115c77edad114526a57b1d9" have entirely different histories.
e3b572ef96
...
4ddc49c001
1 changed files with 0 additions and 5 deletions
|
|
@ -44,7 +44,6 @@ in
|
|||
"Pictures"
|
||||
"Projects"
|
||||
"Videos"
|
||||
".local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -146,10 +145,6 @@ in
|
|||
restic.backups.syncthing = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "syncthing.service";
|
||||
paths = [ dataDir ];
|
||||
extraConfig.exclude = [
|
||||
"${dataDir}/Downloads"
|
||||
"${dataDir}/.local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue