aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/syncthing.nix')
-rw-r--r--nixos/.flake/home/services/syncthing.nix7
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;
+ };
+}