europa: remove meshtastic

tv: add a todo for the youtubedl stuff
This commit is contained in:
Aaron Bieber 2024-07-14 19:14:42 -06:00
parent 6b74ac52cf
commit 41db191f12
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -375,7 +375,6 @@ in
proton-caller
protonup-ng
prusa-slicer
python3Packages.meshtastic
python3Packages.nomadnet
python3Packages.rns
qdmr

View File

@ -1,8 +1,10 @@
{ pkgs
, config
, xinlib
, ...
}:
let
inherit (xinlib) todo;
pubKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7v+/xS8832iMqJHCWsxUZ8zYoMWoZhjj++e26g1fLT europa"
] ++ config.myconf.managementPubKeys;
@ -26,7 +28,7 @@ in
needsDeploy.enable = false;
nixpkgs.config.permittedInsecurePackages = [
nixpkgs.config.permittedInsecurePackages = todo "tv using insecure youtube-dl!" [
"python3.12-youtube-dl-2021.12.17"
];