kyra(hardening): now using liminie as boot loader

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:23:30 +03:00
parent 92809fec65
commit ff6458ec57

View file

@ -0,0 +1,11 @@
_: {
boot = {
loader = {
liminie = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
};
};
};
}