diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-16 20:44:21 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-16 20:44:21 +0300 |
commit | 57cbc3ac65272242bfee162b916d9675935e9c2e (patch) | |
tree | 0f6a3d99bfc1dbcda9eabcb71fb897fea73f09a0 /profiles | |
parent | 583dd2ebccd5a5144a6289ccc1adef3a0789637e (diff) |
networkmanager is annoying me and nothing else works, need to fix dns
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/network.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; }; |