mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix mdadm trace error
This commit is contained in:
parent
63eb259904
commit
5531c630ea
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
||||||
|
|
||||||
boot.swraid = {
|
boot.swraid = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mdadmConf = "ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30";
|
mdadmConf = ''
|
||||||
|
ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30
|
||||||
|
MAILADDR root
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue