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;