fix softraid
This commit is contained in:
parent
c2d5f81e30
commit
9d357cd250
|
@ -15,6 +15,10 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.swraid.enable = true;
|
boot.swraid.enable = true;
|
||||||
|
boot.swraid.mdadmConf = ''
|
||||||
|
ARRAY /dev/md/deppyPC:0 level=raid0 num-devices=2 metadata=1.2 name=deppyPC:0 UUID=ba6fef6e:972796a3:a331c87a:2d973f91
|
||||||
|
devices=/dev/sda1,/dev/sdb1
|
||||||
|
'';
|
||||||
|
|
||||||
# [NETWORKING]
|
# [NETWORKING]
|
||||||
networking.hostName = "computational";
|
networking.hostName = "computational";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user