From bde3c17e178e9c56422ab7da1c61d2718dfc5567 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Nov 2023 12:11:55 +0100 Subject: ... --- system-profiles/networkmanager.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/networkmanager.nix b/system-profiles/networkmanager.nix index 437ee74c..d5c85999 100644 --- a/system-profiles/networkmanager.nix +++ b/system-profiles/networkmanager.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ config, lib, ... }: with lib; @@ -9,13 +9,13 @@ with lib; enable = true; dhcp = "internal"; dns = mkForce "dnsmasq"; + firewallBackend = mkIf config.networking.nftables.enable "nftables"; + logLevel = "INFO"; extraConfig = '' [connectivity] uri=https://online.yggdrasil.li ''; }; - - dhcpcd.enable = false; }; systemd.services."NetworkManager-wait-online".enable = false; -- cgit v1.2.3