nixos-config/system/network/wifi.nix
2024-05-21 22:15:08 +02:00

5 lines
58 B
Nix

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