nemo: wifi + firmware config
This commit is contained in:
parent
f56f664642
commit
28ec5c7230
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue