modules/wireguard: add momo network

This commit is contained in:
b12f 2024-09-20 10:59:08 +02:00
parent 67e5c533d9
commit f721a54007
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,7 @@
./private.nix ./private.nix
./tunnel.nix ./tunnel.nix
./pub.solar.nix ./pub.solar.nix
./momo.nix
./ehex.nix ./ehex.nix
]; ];
} }

View file

@ -118,6 +118,11 @@ in {
port = 2222; port = 2222;
}; };
"pioneer.momo.koeln" = {
user = "momo";
hostname = "10.30.30.1";
};
"nachtigall.pub.solar" = { "nachtigall.pub.solar" = {
user = "barkeeper"; user = "barkeeper";
hostname = "10.7.6.1"; hostname = "10.7.6.1";