chore: update to loki 3.0.0, update kanidm, fix upstream oauth2 module

This commit is contained in:
oddlama 2024-05-09 17:19:52 +02:00
parent 68d946653a
commit 129559b503
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 150 additions and 11 deletions

View file

@ -35,6 +35,10 @@
};
networking.nftables.firewall.zones.untrusted.interfaces = ["wan"];
networking.nftables.chains.forward.dnat = {
after = ["conntrack"];
rules = ["ct status dnat accept"];
};
wireguard.proxy-sentinel.server = {
host = config.networking.fqdn;