From 4064452bb9cd14e32c3b5b942b32a4442229bf6e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 3 Feb 2025 16:20:01 +0100 Subject: [PATCH] add wifi kernel modules to EDI --- nixos/hosts/EDI/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 84d3136..6175788 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -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