bind mount loophole
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 5s
This commit is contained in:
parent
14a65b8c7e
commit
d4de48420f
2 changed files with 12 additions and 9 deletions
|
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue