Tried to change the format of the image pull, this might work
This commit is contained in:
parent
a200642072
commit
0402d804f3
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue