From 28ec5c72305c94aa4e0ade900b8d1ba048bb894c Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 14 Aug 2024 21:14:06 +0200 Subject: [PATCH] nemo: wifi + firmware config --- hosts/nemo/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/nemo/default.nix b/hosts/nemo/default.nix index a4ea2d9..63688f4 100644 --- a/hosts/nemo/default.nix +++ b/hosts/nemo/default.nix @@ -72,6 +72,8 @@ ]; }; + hardware.enableAllFirmware = true; + swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; @@ -111,7 +113,7 @@ systemd.network.enable = true; systemd.network.networks."10-wifi" = { - matchConfig.Name = "wlan0"; + matchConfig.Name = "wlan1"; address = [ "10.1.100.20/22" ]; gateway = [ "10.1.100.1" ]; linkConfig.RequiredForOnline = "routable";