ookflix: add containers
This commit is contained in:
parent
4ee2e2a877
commit
79a37fa8eb
13 changed files with 303 additions and 68 deletions
|
|
@ -9,6 +9,14 @@ in {
|
|||
imports = [
|
||||
./jellyfin.nix
|
||||
./plex.nix
|
||||
./jellyseer.nix
|
||||
./tautulli.nix
|
||||
./sonarr.nix
|
||||
./prowlarr.nix
|
||||
./gluetun.nix
|
||||
./transmission.nix
|
||||
./shared.nix
|
||||
|
||||
./options.nix
|
||||
];
|
||||
|
||||
|
|
@ -18,6 +26,8 @@ in {
|
|||
services = {
|
||||
jellyfin.enable = true;
|
||||
plex.enable = true;
|
||||
jellyseer.enable = true;
|
||||
tautulli.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue