summaryrefslogtreecommitdiff
path: root/system-profiles/networkmanager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/networkmanager.nix')
-rw-r--r--system-profiles/networkmanager.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system-profiles/networkmanager.nix b/system-profiles/networkmanager.nix
index d5c85999..0fc25619 100644
--- a/system-profiles/networkmanager.nix
+++ b/system-profiles/networkmanager.nix
@@ -9,7 +9,6 @@ with lib;
9 enable = true; 9 enable = true;
10 dhcp = "internal"; 10 dhcp = "internal";
11 dns = mkForce "dnsmasq"; 11 dns = mkForce "dnsmasq";
12 firewallBackend = mkIf config.networking.nftables.enable "nftables";
13 logLevel = "INFO"; 12 logLevel = "INFO";
14 extraConfig = '' 13 extraConfig = ''
15 [connectivity] 14 [connectivity]