various fixes
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2026-03-24 07:30:41 +01:00
parent 51adeb02e6
commit 01fb98ba10
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 11 additions and 74 deletions

View file

@ -15,7 +15,7 @@ in {
config = mkIf cfg.enable {
${namespace}.services.networking.caddy.hosts = {
"https://${config.networking.hostName}:443" = ''
reverse_proxy http://[::]:2000
reverse_proxy http://[::1]:2000
'';
};