From 4c186b41f6042c2f4444eca0b977dd9cc489df94 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 24 Sep 2024 22:09:59 +0000 Subject: [PATCH] Switch back to network manager It can do wifi just fine. --- eshu/etc/nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eshu/etc/nixos/configuration.nix b/eshu/etc/nixos/configuration.nix index b16af35..0e8f061 100644 --- a/eshu/etc/nixos/configuration.nix +++ b/eshu/etc/nixos/configuration.nix @@ -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";