diff --git a/hosts/bifrost/network/wireguard.nix b/hosts/bifrost/network/wireguard.nix index b106502..d5ea719 100644 --- a/hosts/bifrost/network/wireguard.nix +++ b/hosts/bifrost/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (rico0 // { endpoint = null; }) (rico1 // { endpoint = null; }) diff --git a/hosts/layne/network/wireguard.nix b/hosts/layne/network/wireguard.nix index 16fdd06..450d5ac 100644 --- a/hosts/layne/network/wireguard.nix +++ b/hosts/layne/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { persistentKeepalive = 20; }) rico0 diff --git a/hosts/rico0/network/wireguard.nix b/hosts/rico0/network/wireguard.nix index 4ef39ad..aa6b323 100644 --- a/hosts/rico0/network/wireguard.nix +++ b/hosts/rico0/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { persistentKeepalive = 20; }) rico1 diff --git a/hosts/rico1/network/wireguard.nix b/hosts/rico1/network/wireguard.nix index b3ed27b..cb5bb89 100644 --- a/hosts/rico1/network/wireguard.nix +++ b/hosts/rico1/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { persistentKeepalive = 20; }) rico0 diff --git a/hosts/rico2/network/wireguard.nix b/hosts/rico2/network/wireguard.nix index ea4a1a8..81bb116 100644 --- a/hosts/rico2/network/wireguard.nix +++ b/hosts/rico2/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { persistentKeepalive = 20; }) rico0 diff --git a/hosts/skipper/network/wireguard.nix b/hosts/skipper/network/wireguard.nix index 21b0bf4..241930d 100644 --- a/hosts/skipper/network/wireguard.nix +++ b/hosts/skipper/network/wireguard.nix @@ -22,7 +22,7 @@ in address = [ "10.10.10.2/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { allowedIPs = [ "10.10.10.0/24" ]; }) ]; diff --git a/hosts/wynne/network/wireguard.nix b/hosts/wynne/network/wireguard.nix index b2040e0..546b9de 100644 --- a/hosts/wynne/network/wireguard.nix +++ b/hosts/wynne/network/wireguard.nix @@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in { address = [ "${config.nodeconfig.facts.wireguard-ip}/24" ]; - dns = [ "10.10.10.11" "10.10.10.12" ]; + dns = [ "10.10.10.1" ]; peers = with wireguard-peers; [ (bifrost // { persistentKeepalive = 20; }) rico0