Merge fort-nix/nix-bitcoin#464: secrets: fix secrets setup warning
91203d8d06
secrets: fix secrets setup warning (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK91203d8d06
Tree-SHA512: 0ae988f04ee5793c1deb38b74142d97319a45a6475db0d2003a133147efe723d4a006c1df453ad102829314bc444637293a2464922ca02822030f7d11f6d9c0c
This commit is contained in:
commit
ac3cee09e9
@ -66,7 +66,7 @@ let
|
||||
};
|
||||
|
||||
secretsSetupMethod = mkOption {
|
||||
type = types.str;
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user