From 501568df5d25755b785796dc841e32a6b923f8a9 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 5 Oct 2017 13:23:45 +0100 Subject: machines/titan: Disable connman More often than not connman is not working reliably; on this machine at least. --- machines/devhell/titan.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') 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 & -- cgit 1.4.1