about summary refs log tree commit diff
path: root/users/fcuny/desktop/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/syncthing.nix')
-rw-r--r--users/fcuny/desktop/syncthing.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/fcuny/desktop/syncthing.nix b/users/fcuny/desktop/syncthing.nix
new file mode 100644
index 0000000..02123a9
--- /dev/null
+++ b/users/fcuny/desktop/syncthing.nix
@@ -0,0 +1,7 @@
+{ ... }:
+
+{
+  services.syncthing = {
+    enable = true;
+  };
+}