europa: enable memtest
This commit is contained in:
parent
f55909eb32
commit
ea48a0b406
@ -111,7 +111,10 @@ in
|
|||||||
binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
|
binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
memtest86.enable = true;
|
||||||
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
efiSysMountPoint = "/boot/efi";
|
efiSysMountPoint = "/boot/efi";
|
||||||
|
Loading…
Reference in New Issue
Block a user