reNixos/kyra/boot/loader/limine.nix
s0me1newithhand7s ff6458ec57 kyra(hardening): now using liminie as boot loader
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:05:49 +03:00

11 lines
160 B
Nix

_: {
boot = {
loader = {
liminie = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
};
};
};
}