add ventoy and efibootmgr

This commit is contained in:
2026-04-24 03:41:05 +02:00
parent 5c5f0a4315
commit 10df44a898
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -8,4 +8,9 @@
nixpkgs.overlays = [
(import ../../overlays/pkgs.nix)
];
# Ventoy has some blobs making it insecure
nixpkgs.config.permittedInsecurePackages = [
"ventoy-qt5-1.1.10"
];
}