"content-${j}" = { type = "disk"; device = "${CONTENT_DISK_ID}"; content = { type = "gpt"; partitions = { luks = { size = "100%"; content = { type = "luks"; name = "crypted-content-${j}"; settings.keyFile = "/etc/secrets/disks/content-disk-${j}"; content = { type = "filesystem"; format = "xfs"; mountpoint = "/mnt/content-${j}"; }; }; }; }; }; };