build01: switch to mdraid 1.1 for /boot
This commit is contained in:
parent
0cc6cfe34b
commit
096421d87f
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
|
boot.loader.grub.extraConfig = ''
|
||||||
|
# for mdraid 1.1
|
||||||
|
insmod mdraid1x
|
||||||
|
'';
|
||||||
|
|
||||||
networking.hostName = "nix-community-build01";
|
networking.hostName = "nix-community-build01";
|
||||||
networking.hostId = "d2905767";
|
networking.hostId = "d2905767";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue