profile/usb-iso: allow insecure ventoy

This commit is contained in:
Felix Buehler 2025-05-23 23:05:45 +02:00
parent 4b41bd73aa
commit 04875a3bd4

View file

@ -13,6 +13,10 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# binary blobs are needed for ventoy
nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.05"
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ventoy-bin-full # general ventoy-bin-full # general
woeusb-ng # windows woeusb-ng # windows