From f721a540073b966e0e92a9e811ed0e2d31f4818f Mon Sep 17 00:00:00 2001 From: b12f Date: Fri, 20 Sep 2024 10:59:08 +0200 Subject: [PATCH] modules/wireguard: add momo network --- modules/wireguard/default.nix | 1 + users/b12f/ssh.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/modules/wireguard/default.nix b/modules/wireguard/default.nix index 6d920b0..77944e5 100644 --- a/modules/wireguard/default.nix +++ b/modules/wireguard/default.nix @@ -3,6 +3,7 @@ ./private.nix ./tunnel.nix ./pub.solar.nix + ./momo.nix ./ehex.nix ]; } diff --git a/users/b12f/ssh.nix b/users/b12f/ssh.nix index f1afba5..7bce624 100644 --- a/users/b12f/ssh.nix +++ b/users/b12f/ssh.nix @@ -118,6 +118,11 @@ in { port = 2222; }; + "pioneer.momo.koeln" = { + user = "momo"; + hostname = "10.30.30.1"; + }; + "nachtigall.pub.solar" = { user = "barkeeper"; hostname = "10.7.6.1";