Fixed set instead of list error and fixed deprecated option usage.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user