summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/connman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/connman.nix')
-rw-r--r--nixos/modules/services/networking/connman.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/connman.nix b/nixos/modules/services/networking/connman.nix
index 6ccc2dffb267..11f66b05df12 100644
--- a/nixos/modules/services/networking/connman.nix
+++ b/nixos/modules/services/networking/connman.nix
@@ -42,8 +42,7 @@ in {
extraConfig = mkOption {
type = types.lines;
- default = ''
- '';
+ default = "";
description = ''
Configuration lines appended to the generated connman configuration file.
'';