diff options
Diffstat (limited to 'colmena/cobalt')
-rw-r--r-- | colmena/cobalt/services/soju.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colmena/cobalt/services/soju.nix b/colmena/cobalt/services/soju.nix index 3e1e3fe..0974d8c 100644 --- a/colmena/cobalt/services/soju.nix +++ b/colmena/cobalt/services/soju.nix @@ -2,7 +2,7 @@ services.soju = { enable = true; extraGroups = [ "acme" ]; - hostName = "bouncer.sefidel.com"; + hostName = "cobalt.sefidel.com"; listen = [ # ":6697" "ircs://bouncer.sefidel.com:6697" |