nixos/gitea: revert change to RuntimeDirectoryMode

As this broke most unix socket setups and there is a far better suited
`server.UNIX_SOCKET_PERMISSION` in gitea/forgejo itself.

https://docs.gitea.io/en-us/administration/config-cheat-sheet/#server-server

ref: a0311e5107
This commit is contained in:
emilylange 2023-07-11 17:05:45 +02:00
parent 4a729ce4b1
commit da58b13615
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -583,7 +583,7 @@ in
Restart = "always";
# Runtime directory and mode
RuntimeDirectory = "gitea";
RuntimeDirectoryMode = "0750";
RuntimeDirectoryMode = "0755";
# Proc filesystem
ProcSubset = "pid";
ProtectProc = "invisible";