chore: point homepage to new registry url
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.nixos-builder2 Build done.
buildbot/nix-build gitea:greg/nixos#checks.x86_64-linux.nixos-hosea Build done.
buildbot/nix-build Build done.

This commit is contained in:
Greg Hellings
2026-08-04 09:26:28 -05:00
parent 8673d6193b
commit 6a13d843d7
+1 -1
View File
@@ -326,7 +326,7 @@ in
virtualisation.oci-containers = {
backend = "podman";
containers."homepage" = {
image = "registry.thehellings.com:443/greg/homepage/gregs-homepage:latest";
image = "src.thehellings.com/greg/homepage:latest";
ports = [ "${homepage}:80" ];
};
};