Added mdadm config to repo

This commit is contained in:
Nickiel12 2023-04-04 15:24:13 -07:00
parent 9869a42654
commit 70456f565e
4 changed files with 12 additions and 0 deletions

View file

@ -26,4 +26,10 @@
efiSysMountPoint = "/boot/efi";
};
};
boot.initrd.services.swraid.mdadmConf = builtins.readFile ./rsrcs/mdadm.conf;
environment.etc."mdadm.conf".text = ''
MAILADDR root
'';
}

View file

@ -23,6 +23,11 @@
fsType = "vfat";
};
fileSystems."/Aurora" =
{ device = "/dev/disk/by-uuid/9e84f746-f128-4682-896b-0857e77182fd";
fsType = "ext4";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/e45edaf8-78f9-4a67-a2ec-97d45a3c7311"; }
];

View file

@ -0,0 +1 @@
ARRAY /dev/md0 metadata=1.2 name=Alaska:0 UUID=6a6687db:bd6ec4e7:df3986ce:4530c7c1