fix borked DNS config
This commit is contained in:
parent
c48a088200
commit
e8b036a4e7
7 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(rico0 // { endpoint = null; })
|
(rico0 // { endpoint = null; })
|
||||||
(rico1 // { endpoint = null; })
|
(rico1 // { endpoint = null; })
|
||||||
|
|
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { persistentKeepalive = 20; })
|
(bifrost // { persistentKeepalive = 20; })
|
||||||
rico0
|
rico0
|
||||||
|
|
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { persistentKeepalive = 20; })
|
(bifrost // { persistentKeepalive = 20; })
|
||||||
rico1
|
rico1
|
||||||
|
|
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { persistentKeepalive = 20; })
|
(bifrost // { persistentKeepalive = 20; })
|
||||||
rico0
|
rico0
|
||||||
|
|
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { persistentKeepalive = 20; })
|
(bifrost // { persistentKeepalive = 20; })
|
||||||
rico0
|
rico0
|
||||||
|
|
|
@ -22,7 +22,7 @@ in
|
||||||
address = [
|
address = [
|
||||||
"10.10.10.2/24"
|
"10.10.10.2/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { allowedIPs = [ "10.10.10.0/24" ]; })
|
(bifrost // { allowedIPs = [ "10.10.10.0/24" ]; })
|
||||||
];
|
];
|
||||||
|
|
|
@ -20,7 +20,7 @@ let wireguard-peers = import ../../shared/wireguard-peers.nix; in {
|
||||||
address = [
|
address = [
|
||||||
"${config.nodeconfig.facts.wireguard-ip}/24"
|
"${config.nodeconfig.facts.wireguard-ip}/24"
|
||||||
];
|
];
|
||||||
dns = [ "10.10.10.11" "10.10.10.12" ];
|
dns = [ "10.10.10.1" ];
|
||||||
peers = with wireguard-peers; [
|
peers = with wireguard-peers; [
|
||||||
(bifrost // { persistentKeepalive = 20; })
|
(bifrost // { persistentKeepalive = 20; })
|
||||||
rico0
|
rico0
|
||||||
|
|
Loading…
Reference in a new issue