diff --git a/modules/arr-slime.nix b/modules/arr-slime.nix index d6e943c..531d6fa 100644 --- a/modules/arr-slime.nix +++ b/modules/arr-slime.nix @@ -295,7 +295,7 @@ name = "Generic Newznab"; #implementationName = "Generic Newznab; - baseUrl = "https://scenenzbs.com/"; + baseUrl = "https://treasure-maps.com/"; apiKey._secret = "/run/secrets/scenenzbs-api-key"; #appProfileId = 1; } diff --git a/modules/hosts/types/gui/default.nix b/modules/hosts/types/gui/default.nix index e929b43..de67f3a 100644 --- a/modules/hosts/types/gui/default.nix +++ b/modules/hosts/types/gui/default.nix @@ -83,8 +83,12 @@ "clipbook" "betterdisplay" "shottr" + "yubico-authenticator" + ]; + homebrew.brews = [ + "yt-dlp" + "lsusb-laniksj" ]; - homebrew.brews = ["yt-dlp"]; }; }