about summary refs log tree commit diff
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 64ebfdff..901e7170 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -76,12 +76,6 @@ in {
       };
     };
 
-    services.syncthing = {
-      enable = true;
-      user = "dev";
-      dataDir = "/home/dev/syncthing/";
-    };
-
     services.journald.extraConfig = ''
       SystemMaxUse = 50M
     '';