l news: default ircServer is localhost
This commit is contained in:
parent
91e13324ec
commit
5ff41af39e
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user