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:
    ACK 91203d8d06

Tree-SHA512: 0ae988f04ee5793c1deb38b74142d97319a45a6475db0d2003a133147efe723d4a006c1df453ad102829314bc444637293a2464922ca02822030f7d11f6d9c0c
This commit is contained in:
Jonas Nick 2022-03-12 16:29:26 +00:00
commit ac3cee09e9
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ let
};
secretsSetupMethod = mkOption {
type = types.str;
type = with types; nullOr str;
default = null;
};