Tried to change the format of the image pull, this might work

This commit is contained in:
Lillian Violet 2024-03-31 22:19:45 +02:00
parent a200642072
commit 0402d804f3

View file

@ -10,7 +10,7 @@ in {
virtualisation.oci-containers.containers."cinny" = {
autoStart = true;
ports = ["${toString port}:80"];
image = "cinny:latest";
image = "ajbura/cinny:latest";
};
services.nginx = {