fix softraid

master
Rachel Lambda Samuelsson 2023-12-01 19:14:46 +01:00
parent c2d5f81e30
commit 9d357cd250
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = 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.hostName = "computational";