mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
synthing: fix synthing config being deleted on rebuild (#6621)
This commit is contained in:
parent
6914c15c09
commit
30cce6848a
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing-init = {
|
syncthing-init = {
|
||||||
enable = true;
|
enable = cleanedConfig != { };
|
||||||
config = {
|
config = {
|
||||||
ProgramArguments = [ "${updateConfig}" ];
|
ProgramArguments = [ "${updateConfig}" ];
|
||||||
WatchPaths = [
|
WatchPaths = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue