blueberry: fix image url
This commit is contained in:
parent
c1ca5cc56c
commit
1f33097650
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ config, pkgs, ... }: let
|
{ config, pkgs, ... }: let
|
||||||
image = name: "ghcr.io/saerro/${name}:latest";
|
image = name: "ghcr.io/genudine/saerro/${name}:latest";
|
||||||
port = n: builtins.toString (8100 + n);
|
port = n: builtins.toString (8100 + n);
|
||||||
containerGenerics = {
|
containerGenerics = {
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue