From 6b74ac52cf61d145d306b83cd62192ca79bd8beb Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 14 Jul 2024 17:23:04 -0600 Subject: [PATCH] tv: weee python youtubedl insecure --- hosts/tv/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tv/default.nix b/hosts/tv/default.nix index aa78e10..32d23c2 100644 --- a/hosts/tv/default.nix +++ b/hosts/tv/default.nix @@ -26,6 +26,10 @@ in needsDeploy.enable = false; + nixpkgs.config.permittedInsecurePackages = [ + "python3.12-youtube-dl-2021.12.17" + ]; + boot = { loader = { systemd-boot.enable = true;