From f16f941daf91c31a08fb01a962c790d3b8217457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Thu, 16 Oct 2025 00:19:15 +0200 Subject: [PATCH] use only nmcli --- modules/optionnals/hosts/work-nix.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/optionnals/hosts/work-nix.nix b/modules/optionnals/hosts/work-nix.nix index 3491148..364bfc6 100644 --- a/modules/optionnals/hosts/work-nix.nix +++ b/modules/optionnals/hosts/work-nix.nix @@ -28,6 +28,10 @@ ../desktop/amd.nix ]; - networking.wireless.iwd.enable = true; - programs.nm-applet.enable = true; + networking.networkmanager.enable = true; + #networking = { + # wireless.iwd.enable = true; + # useDHCP = true; + #}; + #programs.nm-applet.enable = true; }