europa: remove meshtastic
tv: add a todo for the youtubedl stuff
This commit is contained in:
parent
6b74ac52cf
commit
41db191f12
@ -375,7 +375,6 @@ in
|
||||
proton-caller
|
||||
protonup-ng
|
||||
prusa-slicer
|
||||
python3Packages.meshtastic
|
||||
python3Packages.nomadnet
|
||||
python3Packages.rns
|
||||
qdmr
|
||||
|
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user