feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 12:26:09 -05:00
parent 0f4c3de02f
commit cce9eae449

View file

@ -110,11 +110,10 @@ in {
# depends = [server.storage0.mount];
# };
systemd.tmpfiles.rules = [
"Z /var/lib/${nextcloud.name} 750 ${nextcloud.name} ${nextcloud.name} -"
# systemd.tmpfiles.rules = [
# "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
# "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -"
];
# ];
users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];