1
0
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:
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;
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;
};
};