Re-format with nixpkgs-fmt
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M system/settings/hardware/connman.nix → system/settings/hardware/connman.nix
@@ -1,12 +1,11 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { services.connman = { enable = true; enableVPN = false; - extraFlags = ["--nodnsproxy"]; + extraFlags = [ "--nodnsproxy" ]; }; networking.useDHCP = false;