From d22e2f49349fcb42ab2fafa5c1929eabfd715cdd Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 3 Feb 2025 16:28:32 +0100 Subject: [PATCH] enable all hardware & redistributable on edi to see if it will have the wifi driver --- nixos/hosts/EDI/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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