nixos-config/2configs/deployment/nextcloud/screeenly.nix
2024-05-06 00:15:12 +02:00

10 lines
166 B
Nix

{
virtualisation.oci-containers.containers.screeenly = {
image = "hadogenes/screeenly";
ports = [ "127.0.0.1:8122:80" ];
environment = {
};
};
}