about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-08-01 15:47:32 +0100
committerdevhell <devhell@mailfresser.de>2019-08-01 15:47:32 +0100
commita808f28816e92d698bf58b43dc424f659514aba7 (patch)
tree792180ffe4f2aae83cc83114929f608f806aa01b /machines/devhell/sigrun.nix
parentfc513a130ab79ac54a654f50d3232bfead441c1b (diff)
profiles/services: Move syncthing to machines
Unfortunately gunnr can't access syncthing from its network, and so
there's no point in having it run. Looks ugly and needs to be DRY-ed at
some point in time, but that'll have to wait.
Diffstat (limited to 'machines/devhell/sigrun.nix')
-rw-r--r--machines/devhell/sigrun.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix
index 96b55197..fa9d5597 100644
--- a/machines/devhell/sigrun.nix
+++ b/machines/devhell/sigrun.nix
@@ -100,6 +100,11 @@
       install = true;
       path = [ pkgs.notmuch ];
     };
+    syncthing = {
+      enable = true;
+      user = "dev";
+      dataDir = "/home/dev/syncthing/";
+    };
   };
 
   services.xserver = {