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
|
proton-caller
|
||||||
protonup-ng
|
protonup-ng
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
python3Packages.meshtastic
|
|
||||||
python3Packages.nomadnet
|
python3Packages.nomadnet
|
||||||
python3Packages.rns
|
python3Packages.rns
|
||||||
qdmr
|
qdmr
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
{ pkgs
|
{ pkgs
|
||||||
, config
|
, config
|
||||||
|
, xinlib
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
inherit (xinlib) todo;
|
||||||
pubKeys = [
|
pubKeys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7v+/xS8832iMqJHCWsxUZ8zYoMWoZhjj++e26g1fLT europa"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7v+/xS8832iMqJHCWsxUZ8zYoMWoZhjj++e26g1fLT europa"
|
||||||
] ++ config.myconf.managementPubKeys;
|
] ++ config.myconf.managementPubKeys;
|
||||||
@ -26,7 +28,7 @@ in
|
|||||||
|
|
||||||
needsDeploy.enable = false;
|
needsDeploy.enable = false;
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = todo "tv using insecure youtube-dl!" [
|
||||||
"python3.12-youtube-dl-2021.12.17"
|
"python3.12-youtube-dl-2021.12.17"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user