expose redis

This commit is contained in:
Charlotte 🦝 Delenk 2023-03-11 18:05:33 +01:00
parent 012bf85461
commit 2e121fb4d0
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -67,6 +67,7 @@ in {
port = 53538;
save = [];
requirePassFile = config.sops.secrets."services/chir-rs/auth/password".path;
bind = null;
};
networking.firewall.interfaces."wg0".allowedTCPPorts = [53538];
services.caddy.virtualHosts."auth.chir.rs" = {