diff --git a/services/gitea.nix b/services/gitea.nix index 3a7109b..b5c1d82 100644 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -10,7 +10,7 @@ in enable = mkEnableOption "Gitea"; port = mkOption { type = types.port; - default = 3000; + default = 3042; example = 8080; description = "Internal port"; };