nixos-config/systemProfiles/network/wifi.nix
2024-10-25 10:39:48 +02:00

5 lines
58 B
Nix

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