10 lines
166 B
Nix
10 lines
166 B
Nix
{
|
|
virtualisation.oci-containers.containers.screeenly = {
|
|
image = "hadogenes/screeenly";
|
|
ports = [ "127.0.0.1:8122:80" ];
|
|
environment = {
|
|
|
|
};
|
|
};
|
|
}
|