update containers + add some more

This commit is contained in:
♥ Minnie ♥ 2023-05-16 22:01:26 +08:00
parent d2c3cd93a1
commit 8928af8c38
11 changed files with 74 additions and 38 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
# Overseerr
virtualisation.oci-containers.containers."overseerr" = {
autoStart = true;
image = "sctx/overseerr:latest";
volumes = [
"/srv/overseer:/app/config"
];
ports = [ "5055:5055" ];
};
}