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. --- machines/devhell/sigrun.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines/devhell/sigrun.nix') 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 = { -- cgit 1.4.1