summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/kaworu/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix
index 4ca386c..9a7effd 100644
--- a/hosts/kaworu/default.nix
+++ b/hosts/kaworu/default.nix
@@ -40,7 +40,10 @@
steam.enable = true;
};
bootloader = {
- limine.enable = true;
+ limine = {
+ enable = true;
+ secureBoot.enable = true;
+ };
plymouth.enable = true;
};