nixos-config/nix/systemProfiles/network/wifi.nix

5 lines
58 B
Nix

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