Re-enable pounce
stuff
This commit is contained in:
parent
aeb3299f44
commit
b8a120b986
|
@ -11,16 +11,16 @@ let makeNetworkConfig = host: port: join: secret: {
|
|||
in
|
||||
{
|
||||
security.acme.certs."wildcard-irc.moonythm.dev" = {
|
||||
group = "pounce";
|
||||
group = config.services.pounce.user;
|
||||
domain = "*.irc.moonythm.dev";
|
||||
};
|
||||
|
||||
sops.secrets.tilde_irc_pass.sopsFile = ../secrets.yaml;
|
||||
sops.templates."pounce-tilde.cfg" = makeNetworkConfig "eu.tilde.chat" 6697 "#meta" "tilde_irc_pass";
|
||||
# services.pounce = {
|
||||
# enable = true;
|
||||
# externalHost = "irc.moonythm.dev";
|
||||
# certDir = "/var/lib/acme/wildcard-irc.moonythm.dev";
|
||||
# networks.tilde.config = config.sops.templates."pounce-tilde.cfg".path;
|
||||
# };
|
||||
services.pounce = {
|
||||
enable = true;
|
||||
externalHost = "irc.moonythm.dev";
|
||||
certDir = "/var/lib/acme/wildcard-irc.moonythm.dev";
|
||||
networks.tilde.config = config.sops.templates."pounce-tilde.cfg".path;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue