nemo: wifi + firmware config

This commit is contained in:
Daniel Lundin 2024-08-14 21:14:06 +02:00
parent f56f664642
commit 28ec5c7230
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -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";