enable all hardware & redistributable on edi to see if it will have the wifi driver

This commit is contained in:
Lillian Violet 2025-02-03 16:28:32 +01:00
parent 4064452bb9
commit d22e2f4934

View file

@ -35,6 +35,9 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
hardware.enableAllFirmware = true;
hardware.enableRedistributableFirmware = true;
boot = { boot = {
# Lanzaboote currently replaces the systemd-boot module. # Lanzaboote currently replaces the systemd-boot module.
# This setting is usually set to true in configuration.nix # This setting is usually set to true in configuration.nix