remove docker containers

This commit is contained in:
♥ Minnie ♥ 2023-11-05 13:59:27 +00:00
parent 49682e87d1
commit db7a9b7d5d
11 changed files with 0 additions and 193 deletions

View file

@ -1,18 +0,0 @@
{ ... }:
{
# Qbittorrent
virtualisation.oci-containers.containers."qbittorrent" = {
autoStart = true;
image = "cr.hotio.dev/hotio/qbittorrent:release";
volumes = [
"/srv/containers/qbittorrent:/config"
"/srv/data/torrents:/data/torrents"
];
ports = [
"8383:8080"
"32372:32372"
];
extraOptions = ["--network=media-stack"];
};
}