remove docker containers
This commit is contained in:
parent
49682e87d1
commit
db7a9b7d5d
11 changed files with 0 additions and 193 deletions
|
@ -1,19 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Jellyfin
|
||||
virtualisation.oci-containers.containers."jellyfin" = {
|
||||
autoStart = true;
|
||||
image = "jellyfin/jellyfin";
|
||||
volumes = [
|
||||
"/srv/containers/jellyfin/config:/config"
|
||||
"/srv/containers/jellyfin/cache:/cache"
|
||||
"/srv/data/media:/media"
|
||||
];
|
||||
extraOptions = [
|
||||
"--group-add=303"
|
||||
"--device=/dev/dri/renderD128:/dev/dri/renderD128"
|
||||
"--network=host"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue