From a661802d29c7326d7407160eed65899726806036 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 19 Feb 2015 12:31:12 +0200 Subject: Update chronos default port Update chronos default port to match the one documented on their website (http://airbnb.github.io/chronos). The one in their repo (the current one) clashes with the marathon documented one. --- nixos/modules/services/scheduling/chronos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/scheduling') diff --git a/nixos/modules/services/scheduling/chronos.nix b/nixos/modules/services/scheduling/chronos.nix index 277cdd632809..f36b886a744b 100644 --- a/nixos/modules/services/scheduling/chronos.nix +++ b/nixos/modules/services/scheduling/chronos.nix @@ -18,7 +18,7 @@ in { httpPort = mkOption { description = "Chronos listening port"; - default = 8080; + default = 4400; type = types.int; }; -- cgit 1.4.1