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.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/system-profiles/networkmanager.nix b/system-profiles/networkmanager.nix
index 3c6cb24e..9e844bb4 100644
--- a/system-profiles/networkmanager.nix
+++ b/system-profiles/networkmanager.nix
@@ -11,10 +11,10 @@
11 }; 11 };
12 }; 12 };
13 13
14 environment.etc."NetworkManager/dnsmasq.d/dnssec.conf".text = '' 14 # environment.etc."NetworkManager/dnsmasq.d/dnssec.conf".text = ''
15 conf-file=${pkgs.dnsmasq}/share/dnsmasq/trust-anchors.conf 15 # conf-file=${pkgs.dnsmasq}/share/dnsmasq/trust-anchors.conf
16 dnssec 16 # dnssec
17 ''; 17 # '';
18 18
19 systemd.services."NetworkManager-wait-online".enable = false; 19 systemd.services."NetworkManager-wait-online".enable = false;
20 systemd.services."systemd-networkd-wait-online".enable = lib.mkForce false; 20 systemd.services."systemd-networkd-wait-online".enable = lib.mkForce false;