From 384e7cbb5228574592950e830d7f20567303dc0d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 2 Jul 2022 01:13:58 +0200 Subject: prefect: enable wireless lan via iwd --- system/prefect.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') diff --git a/system/prefect.nix b/system/prefect.nix index 4e9e9673..453b0771 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -16,6 +16,7 @@ ./settings/hardware/bluetooth.nix ./settings/hardware/nvme-root.nix ./settings/hardware/connman.nix + ./settings/hardware/iwd.nix ./settings/hardware/mouse.nix ./settings/hardware/grub2.nix ./settings/hardware/nvidia-gpu.nix @@ -115,6 +116,9 @@ iptables -A nixos-fw -p tcp --source 172.30.42.0/24 -j nixos-fw-accept ''; + hardware.firmware = with pkgs; [ + linux-firmware # for iwlwifi + ]; networking = { hostName = "prefect"; }; -- cgit 1.4.1