feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 13:21:45 -05:00
parent ae34da3498
commit 92f2ea48bd

View file

@ -93,7 +93,7 @@ in {
fileSystems."/var/lib/${nextcloud.name}" = {
device = nextcloud.paths.path0;
fsType = "none";
options = ["bind"];
options = ["bind" "rw"];
depends = [server.storage0.mount];
};