Switched wpa_supplicant for iwd

This commit is contained in:
2026-02-18 09:37:56 +00:00
parent f9ff10b687
commit 4a57caf66f
2 changed files with 16 additions and 4 deletions

View File

@@ -75,10 +75,21 @@
blacklistedKernelModules = ["nouveau"];
};
networking.hostName = "worklaptop"; # Define your hostname.
# Enable networking
networking.networkmanager.enable = true;
# Configure networking
networking = {
hostName = "worklaptop"; # Define your hostname.
networkmanager.enable = false;
wireless.iwd = {
enable = true;
settings = {
General.EnableNetworkConfiguration = true;
Network = {
EnableIPv6 = true;
NameResolvingService = "systemd";
};
};
};
};
# Set your time zone.
time.timeZone = "Europe/Dublin";

View File

@@ -20,6 +20,7 @@
variant = "";
};
};
resolved.enable = true;
pulseaudio.enable = false;
pipewire = {
enable = true;