[ns1] deploy on fanny
Hydra callback / on_push (pull_request) Skipped
Check flake syntax / flake-check (push) Failing after 12m59s
Hydra callback / on_pr (pull_request) Failing after 3h3m5s

This commit is contained in:
2026-09-10 17:03:14 +02:00
parent 73a89f020a
commit 0779a4b06d
6 changed files with 136 additions and 0 deletions
+7
View File
@@ -65,4 +65,11 @@
allowedIPs = [ "10.100.0.20/32" ];
publicKey = "Pp55Jg//jREzHdbbIqTXc9N7rnLZIFw904qh6NLrACE=";
};
"ns1" = {
role = "client";
address = "10.100.0.21";
allowedIPs = [ "10.100.0.21/32" ];
publicKey = "jozMsP5MA2uz7eOrXG8LB8mr2tHVa6FL1+tbMQs9ySk=";
};
}
+1
View File
@@ -72,6 +72,7 @@ in
mtu = 1340; #seems to be necessary to proxypass nginx traffic through vpn
address = [ "${myPeer.address}/24" ];
autostart = cfg.autostart;
dns = peers.ns1.address;
listenPort = mkIf (myPeer.role == "server") myPeer.listenPort;
# This allows the wireguard server to route your traffic to the internet and hence be like a VPN