setup new host + migrate containers to it
This commit is contained in:
parent
804423319f
commit
0949fbc9c7
12 changed files with 8 additions and 15 deletions
|
@ -1,14 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Plex
|
||||
virtualisation.oci-containers.containers."plex" = {
|
||||
autoStart = true;
|
||||
image = "lscr.io/linuxserver/plex:latest";
|
||||
volumes = [
|
||||
"/srv/containers/plex:/config"
|
||||
"/srv/data/media:/data/media:ro"
|
||||
];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
imports = [
|
||||
./homepage
|
||||
./pihole
|
||||
./plex
|
||||
./sonarr
|
||||
./radarr
|
||||
./prowlarr
|
Loading…
Add table
Add a link
Reference in a new issue