Add irssi config
This commit is contained in:
parent
70dd415c8e
commit
8a83c6bca2
1 changed files with 14 additions and 0 deletions
|
@ -176,6 +176,20 @@
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
irssi = {
|
||||||
|
enable = true;
|
||||||
|
networks = {
|
||||||
|
znc = {
|
||||||
|
nick = "floppydisk";
|
||||||
|
server = {
|
||||||
|
address = "irc.nick99nack.com";
|
||||||
|
port = 8888;
|
||||||
|
autoConnect = true;
|
||||||
|
ssl.enable = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
|
|
Loading…
Reference in a new issue