Flake update & temporarily allow youtube-dl insecurely
This commit is contained in:
parent
237f66d10e
commit
8dd1285c8f
2 changed files with 74 additions and 70 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue