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/eir.nix | 5 +++++ machines/devhell/hildr.nix | 5 +++++ machines/devhell/sigrun.nix | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'machines/devhell') diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix index 13f02c3a..673b1220 100644 --- a/machines/devhell/eir.nix +++ b/machines/devhell/eir.nix @@ -95,6 +95,11 @@ install = true; path = [ pkgs.notmuch ]; }; + syncthing = { + enable = true; + user = "dev"; + dataDir = "/home/dev/syncthing/"; + }; }; services.udev = { diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index ee21cfa0..01eba608 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -99,6 +99,11 @@ install = true; path = [ pkgs.notmuch ]; }; + syncthing = { + enable = true; + user = "dev"; + dataDir = "/home/dev/syncthing/"; + }; }; services.acpid = { 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