refactor(adho): Make connman configuration adho specific

This commit is contained in:
Vincent Ambo 2017-10-15 16:29:29 +02:00
parent a844da9351
commit c4c0345d3f
2 changed files with 1 additions and 2 deletions

View file

@ -3,5 +3,6 @@
{
networking.hostName = "adho";
networking.connman.enable = true;
services.xserver.libinput.enable = true;
}

View file

@ -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;