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; +}