From 1f3309765016a4830a2fae6d33ef250a8590c444 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 22 Dec 2023 20:03:01 -0500 Subject: [PATCH] blueberry: fix image url --- nixos/stacks/ps2.live/saerro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [