Switch back to network manager

It can do wifi just fine.
This commit is contained in:
Eli Ribble 2024-09-24 22:09:59 +00:00
parent 34b92a6053
commit 4c186b41f6
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
networking.hostName = "eshu"; # Define your hostname.
# Pick only one of the below networking options.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";