restructure container directory

This commit is contained in:
♥ Minnie ♥ 2023-05-24 22:25:12 +08:00
parent 4527811bea
commit 7b9ac7400c
11 changed files with 28 additions and 23 deletions

View file

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