From 73a0aef2bd07e0a13144b3f8c1e8aea7c0b7403b Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 29 Aug 2020 16:37:41 +0200 Subject: [PATCH] Update VPN DNS servers --- modules/networking.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/networking.nix b/modules/networking.nix index 4262671..0ff9404 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -1,8 +1,6 @@ { config, lib, pkgs, ... }: { - environment.systemPackages = with pkgs; [ avahi wireguard ]; - # Set hostname, hostid and enable WiFi networking = { hostName = "panacea"; @@ -22,7 +20,7 @@ wg0 = { address = [ "10.8.0.2/32" ]; privateKeyFile = "/home/coolneng/.wg/keys/privatekey"; - dns = [ "78.47.243.3" "151.80.222.79" ]; + dns = [ "94.247.43.254" "78.47.243.3" ]; peers = [ # zion {