diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 6175788..d52551f 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -35,6 +35,9 @@ networkmanager.enable = true; }; + hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; + boot = { # Lanzaboote currently replaces the systemd-boot module. # This setting is usually set to true in configuration.nix