Set bind-host for calico
This commit is contained in:
parent
b8a120b986
commit
c308969675
|
@ -20,6 +20,7 @@ in
|
||||||
services.pounce = {
|
services.pounce = {
|
||||||
enable = true;
|
enable = true;
|
||||||
externalHost = "irc.moonythm.dev";
|
externalHost = "irc.moonythm.dev";
|
||||||
|
bindHost = "irc.moonythm.dev";
|
||||||
certDir = "/var/lib/acme/wildcard-irc.moonythm.dev";
|
certDir = "/var/lib/acme/wildcard-irc.moonythm.dev";
|
||||||
networks.tilde.config = config.sops.templates."pounce-tilde.cfg".path;
|
networks.tilde.config = config.sops.templates."pounce-tilde.cfg".path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue