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

@ -1,14 +0,0 @@
{ ... }:
{
# Prowlarr
virtualisation.oci-containers.containers."prowlarr" = {
autoStart = true;
image = "cr.hotio.dev/hotio/prowlarr";
volumes = [
"/srv/prowlarr/config:/config"
"/srv/media:/media"
];
ports = [ "9696:9696" ];
};
}