Unverified Commit cadb9fc5 authored by pennae's avatar pennae Committed by GitHub
Browse files

Merge pull request #308300 from Lynnaut/vault

nixos/vault: change type and default of devRootTokenID
parents 43115e59 e654c8fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
        '';