From 72607c7b4314a6fba075c05b14ed180364ed442c Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 25 Feb 2024 20:10:42 +0000 Subject: machines/devhell/*: disable syncthing I haven't been using it for a while. --- machines/devhell/eir.nix | 2 +- machines/devhell/gunnr.nix | 2 +- machines/devhell/herja.nix | 2 +- machines/devhell/hildr.nix | 2 +- machines/devhell/sigrun.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'machines/devhell') diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix index ea8c3218..36115245 100644 --- a/machines/devhell/eir.nix +++ b/machines/devhell/eir.nix @@ -111,7 +111,7 @@ path = [ pkgs.notmuch ]; }; syncthing = { - enable = true; + enable = false; }; }; diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index e626e2b5..315114e9 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -115,7 +115,7 @@ drivers = [ pkgs.foo2zjs pkgs.hplip ]; }; syncthing = { - enable = true; + enable = false; }; }; diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index 3b6d4a22..0d8fa3b2 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -111,7 +111,7 @@ path = [ pkgs.notmuch ]; }; syncthing = { - enable = true; + enable = false; }; }; diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 07d11dbe..52bc5590 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -104,7 +104,7 @@ path = [ pkgs.notmuch ]; }; syncthing = { - enable = true; + enable = false; }; }; diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix index d5e21439..a0967f14 100644 --- a/machines/devhell/sigrun.nix +++ b/machines/devhell/sigrun.nix @@ -106,7 +106,7 @@ path = [ pkgs.notmuch ]; }; syncthing = { - enable = true; + enable = false; }; }; -- cgit 1.4.1