Skip to content

Commit

Permalink
fix(liveusb): enable redistributable firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Nov 20, 2024
1 parent 5a59a8f commit cf777b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/machines/liveusb.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{ config, pkgs, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
(modulesPath + "/installer/cd-dvd/installation-cd-base.nix")
];
environment.systemPackages = with pkgs; [
neovim
parted
usbutils
];

hardware.enableRedistributableFirmware = true;

}

0 comments on commit cf777b1

Please sign in to comment.