Try to get automatic disk unlocking
This commit is contained in:
@@ -9,7 +9,11 @@
|
|||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-content-${j}";
|
name = "crypted-content-${j}";
|
||||||
settings.keyFile = "/etc/secrets/disks/content-disk-${j}";
|
initrdUnlock = false;
|
||||||
|
settings = {
|
||||||
|
keyFile = "/etc/secrets/disks/content-disk-${j}";
|
||||||
|
allowDiscards = true;
|
||||||
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "xfs";
|
format = "xfs";
|
||||||
|
|||||||
@@ -9,7 +9,11 @@
|
|||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted-parity-${j}";
|
name = "crypted-parity-${j}";
|
||||||
settings.keyFile = "/etc/secrets/disks/parity-disk-${j}";
|
initrdUnlock = false;
|
||||||
|
settings = {
|
||||||
|
keyFile = "/etc/secrets/disks/parity-disk-${j}";
|
||||||
|
allowDiscards = true;
|
||||||
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "xfs";
|
format = "xfs";
|
||||||
|
|||||||
Reference in New Issue
Block a user