test new wifi tool

This commit is contained in:
Frost-Phoenix 2023-11-17 22:01:32 +01:00
parent 9e595cccda
commit 0c8c75d7f1

View file

@ -3,12 +3,15 @@
networking = {
hostName = "nixos";
networkmanager.enable = true;
wireless.iwd.enable = true;
networkmanager.wifi.backend = "iwd";
# wireless.enable = true;
# wireless.userControlled.enable = true;
nameservers = [ "1.1.1.1" ];
};
# environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs; [
# wpa_supplicant
# ];
iwd
];
}