add syncthing to holocron

This commit is contained in:
2025-10-23 21:55:44 -05:00
parent d9f06234fd
commit eea735134d

View File

@@ -8,7 +8,7 @@
cfg = config.holocron.${service};
sec = config.sops.secrets;
in {
options.system.${service} = {
options.holocron.${service} = {
enable = lib.mkEnableOption "enables syncthing";
};