about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-11-22 15:00:28 +0100
committerProfpatsch <mail@profpatsch.de>2017-11-22 15:11:07 +0100
commitd36693704bca3556c1f957741e26d6029b30cf56 (patch)
tree05244983e2ebb6108b09bdbb3850e5ada7a873e9 /machines/profpatsch/katara.nix
parent0df2b184026eb59c36e907bf402726f5880b88fc (diff)
machines/katara: switch back to network-manager
The wlp-supplicant module is just too buggy (especially after waking from
standby it mostly doesn’t reinitialize the connection).
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index f8fd789a..44c50eb7 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -62,14 +62,14 @@ in {
     # Network
 
     networking.hostName = "katara";
-    networking.supplicant.wlp3s0 = {
-      configFile = {
-        path = "/var/wifi-networks";
-        writable = true;
-      };
-      userControlled.enable = true;
-    };
-    # networking.networkmanager.enable = true;
+    # networking.supplicant.wlp3s0 = {
+    #   configFile = {
+    #     path = "/var/wifi-networks";
+    #     writable = true;
+    #   };
+    #   userControlled.enable = true;
+    # };
+    networking.networkmanager.enable = true;
 
     # networking.bonds = {
     #   wifiAndEthernet = {