build01: drop unnecessary grub/swraid

This commit is contained in:
zowoq 2023-12-04 18:37:16 +10:00
parent f32e36a56c
commit e73bf8fd0b

View file

@ -12,12 +12,6 @@
# Emulate riscv64 until we have proper builders
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
# /boot is a mirror raid
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
boot.loader.grub.enable = true;
boot.swraid.enable = true;
boot.loader.grub.extraConfig = "insmod mdraid1x";
networking.hostName = "build01";
networking.hostId = "d2905767";