nixos: Mark secret as null by default
This commit is contained in:
parent
d55a6c181b
commit
81b905aaa5
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ with lib; {
|
||||||
|
|
||||||
secret = mkOption {
|
secret = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
|
default = null;
|
||||||
description = "The environment variable REGALADE_OIDC__SECRET should be preferred";
|
description = "The environment variable REGALADE_OIDC__SECRET should be preferred";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue