Merge pull request #6452 from rushmorem/update-chronos-port

Update chronos default port
This commit is contained in:
Jaka Hudoklin
2015-02-19 14:13:00 +01:00
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ in {
httpPort = mkOption {
description = "Chronos listening port";
default = 8080;
default = 4400;
type = types.int;
};