mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
fux: use systemd boot for niflheim
This commit is contained in:
parent
bfa41c9b71
commit
fdd212730a
@ -12,11 +12,15 @@
|
||||
cleanTmpDir = true;
|
||||
|
||||
loader = {
|
||||
grub = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
devices = [ "/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0" "/dev/disk/by-path/pci-0000:00:1f.2-ata-2.0" ];
|
||||
efiSupport = false;
|
||||
consoleMode = "2";
|
||||
configurationLimit = 5;
|
||||
editor = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user