Ugh, (submodule ...)

This commit is contained in:
niten 2021-10-15 14:20:04 -07:00
parent 0c3fd5b522
commit 8a78f2d830

View File

@ -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.";
};
};