From 7c03785324fa2320ed973f6da2cb25c0bd3fe7e0 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger <lukas@wrz.one> Date: Tue, 8 Apr 2025 23:40:42 +0200 Subject: [PATCH] fix --- hosts/headful/work/syncthing.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts/headful/work/syncthing.nix diff --git a/hosts/headful/work/syncthing.nix b/hosts/headful/work/syncthing.nix new file mode 100644 index 0000000..25c60a0 --- /dev/null +++ b/hosts/headful/work/syncthing.nix @@ -0,0 +1,3 @@ +{lib, ...}: { + services.syncthing.enable = lib.mkForce false; +}