use only nmcli

This commit is contained in:
Jérémie SALVI
2025-10-16 00:19:15 +02:00
parent 24fa6a4700
commit f16f941daf

View File

@@ -28,6 +28,10 @@
../desktop/amd.nix ../desktop/amd.nix
]; ];
networking.wireless.iwd.enable = true; networking.networkmanager.enable = true;
programs.nm-applet.enable = true; #networking = {
# wireless.iwd.enable = true;
# useDHCP = true;
#};
#programs.nm-applet.enable = true;
} }