vault-secrets: change action from none to reload-or-restart

main
Jörg Thalheim 2 years ago
parent aa418152b3
commit bd069c7295

@ -57,10 +57,10 @@ in {
description = "What to do if any secrets in the environment change."; description = "What to do if any secrets in the environment change.";
type = lib.types.nullOr (lib.types.enum [ type = lib.types.nullOr (lib.types.enum [
"none" "none"
"reload" "reload-or-restart"
"restart" "restart"
]); ]);
default = "none"; default = "reload-or-restart";
}; };
template = lib.mkOption { template = lib.mkOption {

Loading…
Cancel
Save