Compare commits
2 Commits
c7ff79d0c3
...
8c29c18287
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c29c18287 | |||
| 092a8b3658 |
@@ -1,8 +1,9 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
memtest86.enable = true;
|
||||
memtest86.enable = lib.mkIf (pkgs.system == "x86_64-linux") true;
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user