diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index 5f2d6f2..837b0f0 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -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"; }; - }; - }; - + }; \ No newline at end of file