nixos-config/sets/wifi.nix

9 lines
151 B
Nix
Raw Normal View History

2020-12-16 21:43:48 +00:00
{ ... }:
{
networking.wireless.iwd.enable = true;
environment.etc."iwd/main.conf".text = ''
[General]
AddressRandomization=network
'';
}