Secrets now working. Try to get disks to mount correctly.

This commit is contained in:
Raphaël Numbus
2026-01-04 09:42:18 +01:00
parent fb551a15cf
commit a4d1681c38
12 changed files with 74 additions and 72 deletions
+1
View File
@@ -13,6 +13,7 @@
settings = {
keyFile = "/etc/secrets/disks/content-${j}";
allowDiscards = ${ALLOW_DISCARDS:-false};
options = [ "noauto" ];
};
content = {
type = "filesystem";
+1
View File
@@ -13,6 +13,7 @@
settings = {
keyFile = "/etc/secrets/disks/parity-${j}";
allowDiscards = ${ALLOW_DISCARDS:-false};
options = [ "noauto" ];
};
content = {
type = "filesystem";