diff options
Diffstat (limited to 'home-modules/services/syncthing.nix')
| -rw-r--r-- | home-modules/services/syncthing.nix | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/home-modules/services/syncthing.nix b/home-modules/services/syncthing.nix index b264433..b518dd6 100644 --- a/home-modules/services/syncthing.nix +++ b/home-modules/services/syncthing.nix @@ -1,9 +1,13 @@ -{ config, pkgs, lib ,... }: { - config = lib.mkIf config.homeapps.presets.connectivity.enable { + config, + pkgs, + lib, + ... +}: +{ + config = lib.mkIf config.homeapps.presets.connectivity.enable { services.syncthing = { - enable = true; + enable = true; }; - }; + }; } - |
