From eea735134d6b754e55b103ae334ac75b3a4356ed Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 23 Oct 2025 21:55:44 -0500 Subject: [PATCH] add syncthing to holocron --- modules/holocron/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/holocron/syncthing/default.nix b/modules/holocron/syncthing/default.nix index 020c768..b7540df 100644 --- a/modules/holocron/syncthing/default.nix +++ b/modules/holocron/syncthing/default.nix @@ -8,7 +8,7 @@ cfg = config.holocron.${service}; sec = config.sops.secrets; in { - options.system.${service} = { + options.holocron.${service} = { enable = lib.mkEnableOption "enables syncthing"; };