Change /run to /etc
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-boot-1";
|
name = "crypted-boot-1";
|
||||||
settings = {
|
settings = {
|
||||||
keyFile = "/run/secrets/disks/boot-disk-1";
|
keyFile = "/etc/secrets/disks/boot-disk-1";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
content = {
|
content = {
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-boot-1";
|
name = "crypted-boot-1";
|
||||||
settings = {
|
settings = {
|
||||||
keyFile = "/run/secrets/disks/boot-disk-2";
|
keyFile = "/etc/secrets/disks/boot-disk-2";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-content-${DISK_NUMBER}";
|
name = "crypted-content-${DISK_NUMBER}";
|
||||||
settings.keyFile = "/run/secrets/disks/content-disk-${DISK_NUMBER}";
|
settings.keyFile = "/etc/secrets/disks/content-disk-${DISK_NUMBER}";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "xfs";
|
format = "xfs";
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-parity-${DISK_NUMBER}";
|
name = "crypted-parity-${DISK_NUMBER}";
|
||||||
settings.keyFile = "/run/secrets/disks/parity-disk-${DISK_NUMBER}";
|
settings.keyFile = "/etc/secrets/disks/parity-disk-${DISK_NUMBER}";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "xfs";
|
format = "xfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user