about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-02-25 20:10:42 +0000
committerdevhell <devhell@mailfresser.de>2024-02-25 20:10:42 +0000
commit72607c7b4314a6fba075c05b14ed180364ed442c (patch)
tree8cea34e7e8d28d322076c239acf5283a5ca9d36d /machines/devhell/sigrun.nix
parent78a271fcb6d925010641027c036f8417a9e1eabf (diff)
machines/devhell/*: disable syncthing
I haven't been using it for a while.
Diffstat (limited to 'machines/devhell/sigrun.nix')
-rw-r--r--machines/devhell/sigrun.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };
   };