summaryrefslogtreecommitdiff
path: root/profiles/core/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core/syncthing.nix')
-rw-r--r--profiles/core/syncthing.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/core/syncthing.nix b/profiles/core/syncthing.nix
new file mode 100644
index 0000000..ecb633c
--- /dev/null
+++ b/profiles/core/syncthing.nix
@@ -0,0 +1,6 @@
+{lib,...}: with lib; {
+ services.syncthing = {
+ enable = true;
+ user = ivi.username;
+ };
+}