Fixed secrets. Try to fix disks mount
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
settings = {
|
||||
keyFile = "/etc/secrets/disks/content-${j}";
|
||||
allowDiscards = ${ALLOW_DISCARDS:-false};
|
||||
options = [ "noauto" ];
|
||||
crypttabExtraOpts = "nofail";
|
||||
};
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "xfs";
|
||||
mountpoint = "/mnt/content-${j}";
|
||||
mountOptions = [ "noauto" "nofail" ];
|
||||
mountOptions = [ "nofail" "defaults" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
settings = {
|
||||
keyFile = "/etc/secrets/disks/parity-${j}";
|
||||
allowDiscards = ${ALLOW_DISCARDS:-false};
|
||||
options = [ "noauto" ];
|
||||
crypttabExtraOpts = "nofail";
|
||||
};
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "xfs";
|
||||
mountpoint = "/mnt/parity-${j}";
|
||||
mountOptions = [ "noauto" "nofail" ];
|
||||
mountOptions = [ "nofail" "defaults" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user