mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
more dionysos features
This commit is contained in:
parent
f6f7636189
commit
5b26eb6d90
3 changed files with 4 additions and 7 deletions
|
@ -8,11 +8,8 @@
|
|||
config = {
|
||||
Listener = {
|
||||
"Motd" = "welcome to hypervirtual's irc bouncer - using znc";
|
||||
"SSLProtocols" = "-SSLv2 -SSLv3 -TLSv1 +TLSv1.1 +TLSv1.2"
|
||||
"SSLProtocols" = "-SSLv2 -SSLv3 -TLSv1 +TLSv1.1 +TLSv1.2";
|
||||
};
|
||||
|
||||
;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
LoadModule = "simple_away";
|
||||
Chan = {
|
||||
"#nixos" = {Detached = false;};
|
||||
}
|
||||
};
|
||||
};
|
||||
koshkairc = {
|
||||
Server = "irc.koshka.love +6697";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue