feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 14:03:13 -05:00
parent b714c22045
commit a3e9099a0c

View file

@ -98,10 +98,10 @@ in {
# depends = [server.storage0.mount];
# };
# systemd.tmpfiles.rules = [
systemd.tmpfiles.rules = [
# "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"];