Trying to get mirror setup working
This commit is contained in:
@@ -35,10 +35,8 @@
|
||||
raid1 = {
|
||||
type = "mdadm";
|
||||
level = 1;
|
||||
settings = {
|
||||
startOptions = [ "--run" "--bitmap=internal" ];
|
||||
mdadmMetadata = "1.2";
|
||||
};
|
||||
metadata = "1.2";
|
||||
bitmap = "internal";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "crypted-mirror";
|
||||
|
||||
Reference in New Issue
Block a user