nixos: Implement estuary -> kelder tunnel

This commit is contained in:
2023-05-14 01:12:42 +01:00
parent 875cd4e27d
commit 214e4f2354
6 changed files with 136 additions and 17 deletions

View File

@@ -260,8 +260,14 @@ rec {
interval = "04:45";
};
};
kelder = {
kelder = rec {
domain = "hentai.engineer";
vpn = {
port = 51820;
start = "100.69.69.";
};
start = "172.16.69.";
prefix = "${start}0/24";
};
sshKeyFiles = {
me = ../.keys/me.pub;