diff options
author | tzlil <tzlils@protonmail.com> | 2023-09-09 01:47:07 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-09-09 01:48:16 +0300 |
commit | b8d9878cea5a65e2e6ab4b98aace676f34038824 (patch) | |
tree | 97b54439395f9c9eea0f9940ba6285ca836252e5 /hosts/navi | |
parent | 387836d53360039514bfa11014e48687dd82ed2d (diff) |
add arxiv randomizer and some other crap i forgot
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; |