diff options
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/syncthing.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core/syncthing.nix b/profiles/core/syncthing.nix index b736379..f8d6ee2 100644 --- a/profiles/core/syncthing.nix +++ b/profiles/core/syncthing.nix @@ -6,7 +6,7 @@ in { ]; services.syncthing = { - enable = mkDefault true; + enable = machine.syncthing.enable; user = ivi.username; inherit group; dataDir = config.ivi.home; |
