aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/syncthing.service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/services/syncthing.service.nix')
-rw-r--r--nixos/services/syncthing.service.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/services/syncthing.service.nix b/nixos/services/syncthing.service.nix
new file mode 100644
index 0000000..17d52b1
--- /dev/null
+++ b/nixos/services/syncthing.service.nix
@@ -0,0 +1,8 @@
+{pkgs, lib, ...}:
+let
+ myUserName = "";
+in
+{
+ enable = true;
+ user = ""
+}