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