9 lines
151 B
Nix
9 lines
151 B
Nix
{ ... }:
|
|
{
|
|
networking.wireless.iwd.enable = true;
|
|
environment.etc."iwd/main.conf".text = ''
|
|
[General]
|
|
AddressRandomization=network
|
|
'';
|
|
}
|