diff --git a/nixos/stacks/ps2.live/saerro.nix b/nixos/stacks/ps2.live/saerro.nix index c1ce118..cd08dff 100644 --- a/nixos/stacks/ps2.live/saerro.nix +++ b/nixos/stacks/ps2.live/saerro.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: let - image = name: "ghcr.io/saerro/${name}:latest"; + image = name: "ghcr.io/genudine/saerro/${name}:latest"; port = n: builtins.toString (8100 + n); containerGenerics = { environmentFiles = [