Edited snapraid.nix to get correct mounts.

This commit is contained in:
Raphaël Numbus
2026-01-02 22:46:03 +01:00
parent f14d332d7f
commit 4a68ea213e
4 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
initrdUnlock = false;
settings = {
keyFile = "/etc/secrets/disks/content-disk-${j}";
allowDiscards = true;
allowDiscards = ${ALLOW_DISCARDS:-false};
};
content = {
type = "filesystem";