puter/hosts/headful/work/syncthing.nix
2025-04-08 23:40:42 +02:00

4 lines
65 B
Nix

{lib, ...}: {
services.syncthing.enable = lib.mkForce false;
}