mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
added goober, say hello to goober
This commit is contained in:
parent
259aa1dd5e
commit
0035f0f1fa
36 changed files with 1708 additions and 269 deletions
24
hosts/dionysos/features/znc-infos.nix
Normal file
24
hosts/dionysos/features/znc-infos.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{config, ...}: {
|
||||
services.znc.config.User."computemadness_" = {
|
||||
Admin = true;
|
||||
Nick = "computemadness_";
|
||||
AltNick = "kumputemadness_";
|
||||
LoadModule = [ "chanserver" "controlpanel" ];
|
||||
Network = {
|
||||
libera = {
|
||||
Server = "irc.libera.chat +6697";
|
||||
LoadModule = "simple_away";
|
||||
Chan = {
|
||||
"#nixos" = {Detached = false;};
|
||||
}
|
||||
};
|
||||
koshkairc = {
|
||||
Server = "irc.koshka.love +6697";
|
||||
Chan = {
|
||||
"#" = {Detached = false;};
|
||||
"#speakez" = {Detached = false;};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue