Showing with 2 additions and 2 deletions.
  1. +2 −2 nix/vault-approle.nix
@@ -143,8 +143,8 @@ with lib;
};

secretId = mkOption {
default = "";
type = types.str;
default = null;
type = types.nullOr types.str;
description = "SecretID to be attached to the Role. This is set by NixOps";
};