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
0f4c3de02f
commit
cce9eae449
1 changed files with 4 additions and 5 deletions
|
@ -110,11 +110,10 @@ in {
|
||||||
# depends = [server.storage0.mount];
|
# depends = [server.storage0.mount];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
# systemd.tmpfiles.rules = [
|
||||||
"Z /var/lib/${nextcloud.name} 750 ${nextcloud.name} ${nextcloud.name} -"
|
|
||||||
# "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
# "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
||||||
# "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
# "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
|
||||||
];
|
# ];
|
||||||
|
|
||||||
users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];
|
users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue