Change /run to /etc
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user