about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-10-05 13:23:45 +0100
committerdevhell <devhell@mailfresser.de>2017-10-05 13:25:10 +0100
commit501568df5d25755b785796dc841e32a6b923f8a9 (patch)
treef2a276350877a8966477f928a9733c2ba9938c52 /machines
parent509926164de2da1eceb6c7c9551ce2de837685a8 (diff)
machines/titan: Disable connman
More often than not connman is not working reliably; on this machine at
least.
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index ac14289d..07176c9b 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -46,7 +46,7 @@
 
   networking.hostName = "titan";
   networking.wireless.enable = true;
-  networking.connman.enable = true;
+  networking.connman.enable = false;
   networking.wicd.enable = false;
   networking.networkmanager.enable = false;
 
@@ -110,7 +110,7 @@
       ${pkgs.xbindkeys}/bin/xbindkeys &
       ${pkgs.nitrogen}/bin/nitrogen --restore &
       #${pkgs.networkmanagerapplet}/bin/nm-applet &
-      ${pkgs.connmanui}/bin/connman-ui-gtk &
+      #${pkgs.connmanui}/bin/connman-ui-gtk &
       ${pkgs.xscreensaver}/bin/xscreensaver -no-splash &
       ${pkgs.pasystray}/bin/pasystray &
       ${pkgs.compton}/bin/compton -f &