fix(secrets): default to non-user secrets

This commit is contained in:
2026-06-28 17:08:54 +02:00
parent adcdb486a3
commit fc38f49fbf
10 changed files with 54 additions and 40 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in
};
config = lib.mkIf cfg.enable {
secrets.groups.hcloud = [ "api-token" ];
secrets.hcloud = [ "api-token" ];
sops.templates."hcloud/cli.toml" = {
inherit owner;