bind mount loophole
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5s

This commit is contained in:
Satria 2026-05-01 08:05:02 +07:00
commit d4de48420f
2 changed files with 12 additions and 9 deletions

View file

@ -12,14 +12,12 @@ in {
httpSafeOrigin = "https://${sandbox}";
blockDailyCheck = true;
disableIntegratedEviction = true;
archivePath = "${data-dir}/archive";
pinPath = "${data-dir}/pins";
taskPath = "${data-dir}/tasks";
blockPath = "${data-dir}/block";
blobPath = "${data-dir}/blob";
blobStagingPath = "${data-dir}/blobstage";
decreePath = "${data-dir}/decrees";
logPath = "${data-dir}/logs";
};
};
fileSystems."/var/lib/cryptpad" = {
device = "/mnt/data/apps/cryptpad";
dependsOn = [ "/mnt/data" ];
options = [ "bind" "nofail" ];
};
}