about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--adho-configuration.nix1
-rw-r--r--configuration.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix
index ae7ac5e0060f..e5a1d801b4a1 100644
--- a/adho-configuration.nix
+++ b/adho-configuration.nix
@@ -3,5 +3,6 @@
 
 {
   networking.hostName = "adho";
+  networking.connman.enable = true;
   services.xserver.libinput.enable = true;
 }
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;