1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 03:32:08 +01:00

fux: use systemd boot for niflheim

This commit is contained in:
Thomas Boerger 2022-11-14 22:18:53 +01:00
parent bfa41c9b71
commit fdd212730a
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -12,11 +12,15 @@
cleanTmpDir = true; cleanTmpDir = true;
loader = { loader = {
grub = { efi = {
canTouchEfiVariables = true;
};
systemd-boot = {
enable = true; enable = true;
version = 2; consoleMode = "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" ]; configurationLimit = 5;
efiSupport = false; editor = false;
}; };
}; };