mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
b9a898429d
commit
9b1ec1b550
1 changed files with 6 additions and 6 deletions
|
@ -103,12 +103,12 @@ in {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/${nextcloud.name}" = {
|
# fileSystems."/var/lib/${nextcloud.name}" = {
|
||||||
device = nextcloud.paths.path0;
|
# device = nextcloud.paths.path0;
|
||||||
fsType = "none";
|
# fsType = "none";
|
||||||
options = ["bind"];
|
# options = ["bind"];
|
||||||
depends = [server.storage0.mount];
|
# depends = [server.storage0.mount];
|
||||||
};
|
# };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
"Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue