summary refs log tree commit diff stats
path: root/system/settings/hardware/connman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/connman.nix')
-rw-r--r--system/settings/hardware/connman.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/connman.nix b/system/settings/hardware/connman.nix
index 0361f9cb..bdf29fdc 100644
--- a/system/settings/hardware/connman.nix
+++ b/system/settings/hardware/connman.nix
@@ -1,6 +1,6 @@
 { config, pkgs, ... }:
 
-{ networking.connman = {
+{ services.connman = {
     enable = true;
     enableVPN = false;
   };