Add 'hardened' option to hosts, default false.
This commit is contained in:
parent
468c78ec6e
commit
8d8173b6bc
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user