fix(secrets): default to non-user secrets

This commit is contained in:
2026-06-15 21:11:51 +02:00
parent adcdb486a3
commit fc38f49fbf
10 changed files with 54 additions and 40 deletions

View File

@@ -10,6 +10,11 @@
type = lib.types.str;
};
tags = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ ];
};
timezone = lib.mkOption {
type = lib.types.str;
default = "Europe/Brussels";