From a808f28816e92d698bf58b43dc424f659514aba7 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 1 Aug 2019 15:47:32 +0100 Subject: 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. --- modules/user/devhell/profiles/services.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules') 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 ''; -- cgit 1.4.1