wifi is finaly working

This commit is contained in:
Frost-Phoenix 2023-11-22 19:40:26 +01:00
parent 08682f49bc
commit 99b9c86596
2 changed files with 1 additions and 2 deletions

View file

@ -3,8 +3,6 @@
networking = {
hostName = "nixos";
networkmanager.enable = true;
# wireless.iwd.enable = true;
# networkmanager.wifi.backend = "iwd";
nameservers = [ "1.1.1.1" ];
};