Mirror disko config test

This commit is contained in:
Raphaël Numbus
2026-01-10 12:10:06 +01:00
parent 90e46d3751
commit b3a8d409df
+3 -5
View File
@@ -1,7 +1,7 @@
# Data mirror disks
"content-1" = {
type = "disk";
device = "${CONTENT_DISK_ID}";
device = "/dev/disk/by-id/ata-FUJITSU_MHW2120BH_NZ2TT772DCN5";
content = {
type = "gpt";
partitions = {
@@ -22,7 +22,7 @@
};
"parity-1" = {
type = "disk";
device = "${PARITY_DISK_ID}";
device = "/dev/disk/by-id/ata-TOSHIBA_MQ04ABF100_X7CXT0D8T";
content = {
type = "gpt";
partitions = {
@@ -53,6 +53,4 @@
format = "xfs";
mountpoint = "/mnt/data-storage";
};
};
};
};