nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit e5a58e2cd494d8ed4e7ea9bbcb79d1644be9fddf
parent a12c2d39fe670f17c3f25a7d9e9b690ae639a34a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 20:16:14 +0200

Enable worker-2 wg

Diffstat:
Mnixos/worker-1/configuration.nix | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -182,14 +182,14 @@ endpoint = "95.217.202.35:51820"; } # worker-2 - # { - # publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; - # allowedIPs = [ - # "0.0.0.0/0" - # "::/0" - # ]; - # endpoint = "65.109.5.159:51820"; - # } + { + publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; + allowedIPs = [ + "0.0.0.0/0" + "::/0" + ]; + endpoint = "65.109.5.159:51820"; + } ]; };