diff options
Diffstat (limited to 'hosts/navi')
-rw-r--r-- | hosts/navi/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix index 51e7d3a..c6d5db5 100644 --- a/hosts/navi/default.nix +++ b/hosts/navi/default.nix @@ -72,10 +72,10 @@ # Settings.AutoConnect = true; # }; #}; - services.connman = { - enable = true; - #wifi.backend = "iwd"; - }; + #services.connman = { + # enable = true; + #wifi.backend = "iwd"; + #}; # fucks up wpa_supplicant security.lockKernelModules = lib.mkForce false; |