1
Fork 0

Set bind-host for calico

This commit is contained in:
Matei Adriel 2024-01-31 22:39:13 +01:00
parent b8a120b986
commit c308969675
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ in
services.pounce = {
enable = true;
externalHost = "irc.moonythm.dev";
bindHost = "irc.moonythm.dev";
certDir = "/var/lib/acme/wildcard-irc.moonythm.dev";
networks.tilde.config = config.sops.templates."pounce-tilde.cfg".path;
};