fix(secrets): default to non-user secrets
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user