summary refs log tree commit diff stats
path: root/system/modules/hardware/connman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/connman.nix')
-rw-r--r--system/modules/hardware/connman.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/modules/hardware/connman.nix b/system/modules/hardware/connman.nix
deleted file mode 100644
index 0361f9cb..00000000
--- a/system/modules/hardware/connman.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, pkgs, ... }:
-
-{ networking.connman = {
-    enable = true;
-    enableVPN = false;
-  };
-  networking.wireless.enable = true;
-
-  environment.systemPackages = with pkgs; [
-    cmst
-    connman-notify
-    connman_dmenu
-  ];
-}