From f11fcdae754c8864ccbdcf26418e8e1a13eb481c Mon Sep 17 00:00:00 2001 From: stubbfel Date: Wed, 31 Aug 2022 20:58:44 +0200 Subject: [PATCH] update unciv --- services/unciv.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/unciv.nix b/services/unciv.nix index dae7422..aebe488 100644 --- a/services/unciv.nix +++ b/services/unciv.nix @@ -3,9 +3,8 @@ let uc = pkgs.callPackage ../module/unciv/unciv.nix { - port = "7443"; + port = "9880"; nginxIsDefault = false; - nginxForceSSL = false; }; in