nextcloud: move to subdir
This commit is contained in:
parent
821b8ec248
commit
c29c54b277
2configs/deployment/nextcloud
9
2configs/deployment/nextcloud/screeenly.nix
Normal file
9
2configs/deployment/nextcloud/screeenly.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers.screeenly = {
|
||||
image = "hadogenes/screeenly";
|
||||
ports = [ "127.0.0.1:8122:80" ];
|
||||
environment = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue