Change /run to /etc

This commit is contained in:
Raphael Numbus
2025-12-07 10:11:30 +01:00
parent b74e4591cc
commit f496bf032f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
type = "luks";
name = "crypted-boot-1";
settings = {
keyFile = "/run/secrets/disks/boot-disk-1";
keyFile = "/etc/secrets/disks/boot-disk-1";
allowDiscards = true;
};
content = {
+1 -1
View File
@@ -24,7 +24,7 @@
type = "luks";
name = "crypted-boot-1";
settings = {
keyFile = "/run/secrets/disks/boot-disk-2";
keyFile = "/etc/secrets/disks/boot-disk-2";
allowDiscards = true;
};
};
+1 -1
View File
@@ -9,7 +9,7 @@
content = {
type = "luks";
name = "crypted-content-${DISK_NUMBER}";
settings.keyFile = "/run/secrets/disks/content-disk-${DISK_NUMBER}";
settings.keyFile = "/etc/secrets/disks/content-disk-${DISK_NUMBER}";
content = {
type = "filesystem";
format = "xfs";
+1 -1
View File
@@ -9,7 +9,7 @@
content = {
type = "luks";
name = "crypted-parity-${DISK_NUMBER}";
settings.keyFile = "/run/secrets/disks/parity-disk-${DISK_NUMBER}";
settings.keyFile = "/etc/secrets/disks/parity-disk-${DISK_NUMBER}";
content = {
type = "filesystem";
format = "xfs";