diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; }; |