Add 'hardened' option to hosts, default false.

This commit is contained in:
niten 2021-11-29 23:20:33 -08:00
parent 468c78ec6e
commit 8d8173b6bc

View File

@ -258,6 +258,12 @@ in rec {
default = { }; default = { };
}; };
hardened = mkOption {
type = bool;
description = "Harden the host, applying additional security.";
default = false;
};
initrd-network = let initrd-network = let
keypair-type = { ... }: { keypair-type = { ... }: {
options = { options = {