1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-20 23:30:07 +00:00

synthing: fix synthing config being deleted on rebuild (#6621)

This commit is contained in:
isabel 2025-03-14 01:11:20 +00:00 committed by GitHub
parent 6914c15c09
commit 30cce6848a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -706,7 +706,7 @@ in {
};
syncthing-init = {
enable = true;
enable = cleanedConfig != { };
config = {
ProgramArguments = [ "${updateConfig}" ];
WatchPaths = [