diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/network.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/network.nix b/profiles/network.nix index 90c5d47..c959824 100644 --- a/profiles/network.nix +++ b/profiles/network.nix @@ -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 }; }; |