add wifi kernel modules to EDI
This commit is contained in:
parent
0e487f36b5
commit
4064452bb9
|
@ -30,10 +30,10 @@
|
|||
ip = "3";
|
||||
};
|
||||
|
||||
networking = {
|
||||
networking = {
|
||||
hostName = "EDI";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
# Lanzaboote currently replaces the systemd-boot module.
|
||||
|
@ -47,6 +47,10 @@
|
|||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
kernelModules = [
|
||||
"iwlmvm"
|
||||
"iwlwifi"
|
||||
];
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
|
|
Loading…
Reference in a new issue