formatting and removed old code

This commit is contained in:
pazpi 2024-08-28 21:03:48 +02:00
parent 6c700e2c5e
commit 7811654fb7
6 changed files with 26 additions and 125 deletions

View file

@ -1,7 +1,8 @@
{ config
, pkgs
, lib
, ...
{
config,
pkgs,
lib,
...
}:
with lib;
@ -9,7 +10,7 @@ with lib;
let
cfg = config.my.services.download-pod;
containers = {
containersDefinition = {
jackett = {
enable = true;
@ -45,7 +46,7 @@ let
};
sonarr = {
enable = false;
enable = true;
image = "linuxserver/sonarr";
autoStart = true;
extraOptions = [ "--pod=download" ];