From ff6458ec57cb5f53b210bb78475283641a3f8027 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Sun, 3 May 2026 15:23:30 +0300 Subject: [PATCH] kyra(hardening): now using liminie as boot loader Signed-off-by: s0me1newithhand7s --- kyra/boot/loader/{grub.nix => limine.nix} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename kyra/boot/loader/{grub.nix => limine.nix} (88%) diff --git a/kyra/boot/loader/grub.nix b/kyra/boot/loader/limine.nix similarity index 88% rename from kyra/boot/loader/grub.nix rename to kyra/boot/loader/limine.nix index fc1a00b..a260af2 100644 --- a/kyra/boot/loader/grub.nix +++ b/kyra/boot/loader/limine.nix @@ -1,7 +1,7 @@ _: { boot = { loader = { - grub = { + liminie = { enable = true; efiSupport = true; efiInstallAsRemovable = true;