mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 11:41:34 +01:00
Compare commits
2 commits
4ddc49c001
...
e3b572ef96
| Author | SHA1 | Date | |
|---|---|---|---|
| e3b572ef96 | |||
| 266b334501 |
1 changed files with 5 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ in
|
|||
"Pictures"
|
||||
"Projects"
|
||||
"Videos"
|
||||
".local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -145,6 +146,10 @@ 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