From 57cbc3ac65272242bfee162b916d9675935e9c2e Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 20:44:21 +0300 Subject: networkmanager is annoying me and nothing else works, need to fix dns --- profiles/network.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/network.nix b/profiles/network.nix index ba6e9a2..90c5d47 100644 --- a/profiles/network.nix +++ b/profiles/network.nix @@ -17,7 +17,7 @@ networkmanager.enable = true; useDHCP = false; nameservers = ["127.0.0.1" "::1"]; - networkmanager.dns = "none"; + # networkmanager.dns = "none"; extraHosts = '' 100.99.246.128 pc 100.105.242.70 phone @@ -49,7 +49,7 @@ }; # You can choose a specific set of servers from https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/public-resolvers.md - server_names = []; # tailscale magicdns + server_names = [ ]; # tailscale magicdns }; }; -- cgit 1.4.1