mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/usb-iso: allow insecure ventoy
This commit is contained in:
parent
4b41bd73aa
commit
04875a3bd4
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# binary blobs are needed for ventoy
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"ventoy-1.1.05"
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
ventoy-bin-full # general
|
||||
woeusb-ng # windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue