aboutsummaryrefslogtreecommitdiff
path: root/modules/host-config.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/host-config.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/host-config.nix b/modules/host-config.nix
index ff1eaa5..348c7b0 100644
--- a/modules/host-config.nix
+++ b/modules/host-config.nix
@@ -17,5 +17,9 @@
type = lib.types.bool;
default = false;
};
+ secureBoot = lib.mkOption {
+ type = lib.types.bool;
+ default = false;
+ };
};
}