diff --git a/nixos/stacks/ps2.live/agg_metagame.nix b/nixos/stacks/ps2.live/agg_metagame.nix index ad54335..1bbe855 100644 --- a/nixos/stacks/ps2.live/agg_metagame.nix +++ b/nixos/stacks/ps2.live/agg_metagame.nix @@ -10,9 +10,9 @@ in { metagame = { image = image "metagame"; environment = { - PORT = port 0; + PORT = port 1; }; - ports = [ "${port 0}:${port 0}" ]; + ports = [ "${port 1}:${port 1}" ]; environmentFiles = [ config.sops.secrets.metagame.path ]; @@ -21,9 +21,9 @@ in { aggpop = { image = image "agg-population"; environment = { - PORT = port 1; + PORT = port 0; }; - ports = [ "${port 1}:${port 1}" ]; + ports = [ "${port 0}:${port 0}" ]; }; }; }