nixos: remove lanzaboote and install limine

This commit is contained in:
emmatherock
2026-06-20 22:57:53 -03:00
parent 3c435a8b49
commit 3a96105987
4 changed files with 44 additions and 238 deletions
+5 -1
View File
@@ -21,8 +21,12 @@
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
systemd-boot.enable = false;
limine = {
enable = true;
maxGenerations = 5;
};
};
plymouth.enable = true;
initrd.kernelModules = [ "amdgpu" ];