Require a master key.
This commit is contained in:
parent
58f989b968
commit
8bd9b6f466
|
@ -86,7 +86,6 @@ rec {
|
||||||
master-key = mkOption {
|
master-key = mkOption {
|
||||||
type = nullOr (submodule masterKeyOpts);
|
type = nullOr (submodule masterKeyOpts);
|
||||||
description = "Public key for the host master key, used by the host to decrypt secrets.";
|
description = "Public key for the host master key, used by the host to decrypt secrets.";
|
||||||
default = null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
domain = mkOption {
|
domain = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue