mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
synthing: fix synthing config being deleted on rebuild (#6621)
This commit is contained in:
@@ -706,7 +706,7 @@ in {
|
||||
};
|
||||
|
||||
syncthing-init = {
|
||||
enable = true;
|
||||
enable = cleanedConfig != { };
|
||||
config = {
|
||||
ProgramArguments = [ "${updateConfig}" ];
|
||||
WatchPaths = [
|
||||
|
||||
Reference in New Issue
Block a user