mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
syncthing: Sync zsh history file
This commit is contained in:
parent
266b334501
commit
e3b572ef96
1 changed files with 5 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ in
|
|||
"Pictures"
|
||||
"Projects"
|
||||
"Videos"
|
||||
".local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -145,7 +146,10 @@ in
|
|||
restic.backups.syncthing = lib.mkIf cfg.doBackups {
|
||||
conflictingService = "syncthing.service";
|
||||
paths = [ dataDir ];
|
||||
extraConfig.exclude = [ "${dataDir}/Downloads" ];
|
||||
extraConfig.exclude = [
|
||||
"${dataDir}/Downloads"
|
||||
"${dataDir}/.local/share/zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue