formatting and removed old code
This commit is contained in:
parent
6c700e2c5e
commit
7811654fb7
6 changed files with 26 additions and 125 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue