mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
add note about mdadm
This commit is contained in:
parent
5531c630ea
commit
08f8d118fb
1 changed files with 4 additions and 0 deletions
|
@ -18,7 +18,11 @@
|
||||||
boot.swraid = {
|
boot.swraid = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mdadmConf = ''
|
mdadmConf = ''
|
||||||
|
# You can find that ARRAY information with this command
|
||||||
|
# sudo mdadm --detail --scan >> mdadm.conf
|
||||||
|
# Now just copy that information into the line
|
||||||
ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30
|
ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30
|
||||||
|
# This is to make an error disappear
|
||||||
MAILADDR root
|
MAILADDR root
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue