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