From 2dc04d849b55c3c191d223bdf52acf8fc5cb6bf3 Mon Sep 17 00:00:00 2001 From: System administrator Date: Thu, 6 Apr 2017 10:20:31 +0200 Subject: [PATCH] encore une modification de port pour hoogle --- services/hoogle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hoogle.nix b/services/hoogle.nix index 5d6051e..2442a84 100644 --- a/services/hoogle.nix +++ b/services/hoogle.nix @@ -11,6 +11,6 @@ mkIf cfg.developpement-haskell { services.hoogle = { enable = true; - port = 8888; + port = 10080; }; }