From 8a78f2d8302c7f5a35036b221f361dc0ce7a90bc Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 15 Oct 2021 14:20:04 -0700 Subject: [PATCH] Ugh, (submodule ...) --- lib/types/host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index a7c4a93..cc3f0cf 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -199,7 +199,7 @@ rec { description = "IP to assign to the initrd image, allowing access to host during bootup."; }; keypair = mkOption { - type = keypair-type; + type = (submodule keypair-type); description = "SSH host key pair to use for initrd."; }; };