nixos: remove lanzaboote and install limine
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user