add ventoy and efibootmgr
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user