Fixed set instead of list error and fixed deprecated option usage.

This commit is contained in:
Raphaël Billet
2025-11-27 10:37:02 +01:00
parent 855543beda
commit 76bf33ce78
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
content = {
type = "luks";
name = "crypted-data-${DISK_NUMBER}";
keyFile = "/run/secrets/disks/data-disk-${DISK_NUMBER}";
settings.keyFile = "/run/secrets/disks/data-disk-${DISK_NUMBER}";
content = {
type = "filesystem";
format = "xfs";
+1 -1
View File
@@ -9,7 +9,7 @@
content = {
type = "luks";
name = "crypted-parity-${DISK_NUMBER}";
keyFile = "/run/secrets/disks/parity-disk-${DISK_NUMBER}";
settings.keyFile = "/run/secrets/disks/parity-disk-${DISK_NUMBER}";
content = {
type = "filesystem";
format = "xfs";