summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--depo/nutin-madaj/znc.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/depo/nutin-madaj/znc.nix b/depo/nutin-madaj/znc.nix
index f16a572..ea97161 100644
--- a/depo/nutin-madaj/znc.nix
+++ b/depo/nutin-madaj/znc.nix
@@ -10,24 +10,14 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"'
services = {
znc = {
enable = true;
- mutable = true;
+ mutable = false;
useLegacyConfig = false;
openFirewall = true;
config = {
LoadModule = [ "adminlog" ];
- Listener.l = {
- AllowIRC = true;
- AllowWeb = true;
- Host = "localhost";
- Port = 5000;
- IPv4 = true;
- IPv6 = true;
- SSL = false; # FIXME
- URIPrefix = "/znc/";
- };
User.bsima = {
Admin = true;
- Nick = "bsima";
+ Nick = "bsima";
AltNick = "bsima1";
LoadModule = [ "chansaver" "controlpanel" ];
Network.freenode = { Server = "chat.freenode.net +6697";