Flake update & temporarily allow youtube-dl insecurely

This commit is contained in:
Lillian Violet 2024-07-11 16:02:20 +02:00
parent 237f66d10e
commit 8dd1285c8f
2 changed files with 74 additions and 70 deletions

View file

@ -14,6 +14,10 @@
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
sops.secrets."lillian-password".neededForUsers = true;
#TODO: remove this when unneeded for freetube
nixpkgs.config.permittedInsecurePackages = [
"python3.12-youtube-dl-2021.12.17"
];
nix = {
package = pkgs.lix;
gc = {