ark/modules/network/wpa_supplicant.nix

8 lines
109 B
Nix
Raw Permalink Normal View History

2020-11-21 23:54:07 +03:00
{
2022-02-18 20:31:01 +03:00
imports = [./dns];
2020-11-21 23:54:07 +03:00
networking.wireless = {
enable = true;
userControlled.enable = true;
};
}