l news: default ircServer is localhost

This commit is contained in:
lassulus 2017-12-31 02:43:36 +01:00
parent 91e13324ec
commit 5ff41af39e

View File

@ -38,7 +38,7 @@ let
}; };
ircServer = mkOption { ircServer = mkOption {
type = types.str; type = types.str;
default = "echelon.r"; default = "localhost";
description = "to which server the bot should connect"; description = "to which server the bot should connect";
}; };
}; };