diff options
Diffstat (limited to 'nixos/.flake/home/services/syncthing.nix')
-rw-r--r-- | nixos/.flake/home/services/syncthing.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/.flake/home/services/syncthing.nix b/nixos/.flake/home/services/syncthing.nix new file mode 100644 index 0000000..1eccd8d --- /dev/null +++ b/nixos/.flake/home/services/syncthing.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + services.syncthing = { + enable = true; + }; +} |