nixos-config/sys/profiles/network/wifi.nix
2025-01-16 10:08:58 +01:00

5 lines
58 B
Nix

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