From 8bd9b6f466ef60938aa4e083a408a88d4097db8c Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 19 Oct 2021 12:50:46 -0700 Subject: [PATCH] Require a master key. --- lib/types/host.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index 85681ab..6bcb76c 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -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 {