mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
Merge pull request #308300 from Lynnaut/vault
nixos/vault: change type and default of devRootTokenID
This commit is contained in:
commit
cadb9fc5e4
@ -56,8 +56,8 @@ in
|
||||
};
|
||||
|
||||
devRootTokenID = mkOption {
|
||||
type = types.str;
|
||||
default = false;
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
Initial root token. This only applies when {option}`services.vault.dev` is true
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user