Typo in mirror.nix
This commit is contained in:
@@ -30,19 +30,18 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mdadm = {
|
mdadm = {
|
||||||
raid1 = {
|
raid1 = {
|
||||||
type = "mdadm";
|
type = "mdadm";
|
||||||
level = 1;
|
level = 1;
|
||||||
|
content = {
|
||||||
|
type = "luks";
|
||||||
|
name = "crypted-mirror";
|
||||||
|
settings.keyFile = "/etc/secrets/disks/mirror";
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "filesystem";
|
||||||
name = "crypted-mirror";
|
format = "xfs";
|
||||||
settings.keyFile = "/etc/secrets/disks/mirror";
|
mountpoint = "/mnt/data";
|
||||||
content = {
|
|
||||||
type = "filesystem";
|
|
||||||
format = "xfs";
|
|
||||||
mountpoint = "/mnt/data";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user