Its time to continue struggling with NixOS on my raspberry pi 4!
For some reason nginx doesnt do its job to forward to forgejo and nextcloud. :(

@famfo pls halp
nix files of nginx, nextcloud and forgejo:
https://gist.github.com/Riesi/75bde26aad6ca36b6a6da8c52a359da1

forgejo.nix

GitHub Gist: instantly share code, notes, and snippets.

Gist
@riesi have you taken a look at the generated config already? I know very little about nginx and especially nix with nginx
@famfo I am a NixOS noob and also for everything else that I want to setup here, so pardon my silliness.
Where would I find the generated config? 🐸

@riesi check the systemd service's argument (systemctl cat <service name> if you didn't know it already)

Generally some configs are in the nix store and some are symlinked to the usual locations (for example with systemd services)