refactor(adho): Make connman configuration adho specific
This commit is contained in:
parent
a844da9351
commit
c4c0345d3f
2 changed files with 1 additions and 2 deletions
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.hostName = "adho";
|
networking.hostName = "adho";
|
||||||
|
networking.connman.enable = true;
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,8 +20,6 @@ in {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Use connman for network configuration
|
|
||||||
networking.connman.enable = true;
|
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue