diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·29+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·29+0200 |
commit | c4c0345d3f23540ab27919ae11573bfb4556c9ea (patch) | |
tree | da317a72c5283cdad5183746c9db547a4ae66920 /configuration.nix | |
parent | a844da9351844fc9d7c0d3f710005d16264d7e4e (diff) |
refactor(adho): Make connman configuration adho specific
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 467e10b1c2f1..84e3911bfea2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,8 +20,6 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # Use connman for network configuration - networking.connman.enable = true; hardware.pulseaudio.enable = true; programs.light.enable = true; |