Require a master key.

This commit is contained in:
niten 2021-10-19 12:50:46 -07:00
parent 58f989b968
commit 8bd9b6f466
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ rec {
master-key = mkOption {
type = nullOr (submodule masterKeyOpts);
description = "Public key for the host master key, used by the host to decrypt secrets.";
default = null;
};
domain = mkOption {