nixos-config/profiles/network/wifi.nix

5 lines
58 B
Nix

{
networking.wireless = {
iwd.enable = true;
};
}