enable all hardware & redistributable on edi to see if it will have the wifi driver
This commit is contained in:
parent
4064452bb9
commit
d22e2f4934
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue