diff --git a/nixos/hosts/hades/default.nix b/nixos/hosts/hades/default.nix index fbfa59d..12eba5f 100644 --- a/nixos/hosts/hades/default.nix +++ b/nixos/hosts/hades/default.nix @@ -99,7 +99,7 @@ ip = "192.168.0.121"; mac = "4e:e7:64:b7:88:b8"; profile = "jackett"; - nix = false; # superseded by prowlarr + nix = false; # superseded by prowlarr }; "nginx" = { ip = "192.168.0.123"; @@ -162,11 +162,6 @@ ip = "192.168.0.138"; mac = "52:60:8a:06:86:9c"; }; - "lidarr" = { - ip = "192.168.0.139"; - mac = "7a:0f:25:e5:7f:e5"; - nix = false; - }; "prowlarr" = { ip = "192.168.0.140"; mac = "3a:67:8e:98:0c:a2"; diff --git a/nixos/hosts/hades/unpackerr/configuration.nix b/nixos/hosts/hades/unpackerr/configuration.nix index bdf0552..42926d2 100644 --- a/nixos/hosts/hades/unpackerr/configuration.nix +++ b/nixos/hosts/hades/unpackerr/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: let vs = config.vault-secrets.secrets; in { @@ -25,10 +25,6 @@ in url = "http://radarr2:7878/"; paths = "/mnt/storage/torrents/r/Movie"; }; - lidarr = { - url = "http://lidarr:8686/"; - paths = "/mnt/storage/torrents/r/Music"; - }; }; }