nixos: Mark secret as null by default

This commit is contained in:
traxys 2023-07-29 11:07:40 +02:00
parent d55a6c181b
commit 81b905aaa5

View file

@ -63,6 +63,7 @@ with lib; {
secret = mkOption {
type = types.nullOr types.str;
default = null;
description = "The environment variable REGALADE_OIDC__SECRET should be preferred";
};