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