build01: switch to mdraid 1.1 for /boot

This commit is contained in:
Jörg Thalheim 2021-03-24 18:15:39 +01:00
parent 0cc6cfe34b
commit 096421d87f
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -29,6 +29,10 @@
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.extraConfig = ''
# for mdraid 1.1
insmod mdraid1x
'';
networking.hostName = "nix-community-build01";
networking.hostId = "d2905767";