Typo in mirror.nix
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
raid1 = {
|
raid1 = {
|
||||||
type = "mdadm";
|
type = "mdadm";
|
||||||
level = 1;
|
level = 1;
|
||||||
|
settings = {
|
||||||
|
startOptions = [ "--run" "--bitmap=internal" ];
|
||||||
|
mdadmMetadata = "1.2";
|
||||||
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-mirror";
|
name = "crypted-mirror";
|
||||||
|
|||||||
Reference in New Issue
Block a user