modules/wireguard: add momo network
This commit is contained in:
parent
67e5c533d9
commit
f721a54007
|
@ -3,6 +3,7 @@
|
|||
./private.nix
|
||||
./tunnel.nix
|
||||
./pub.solar.nix
|
||||
./momo.nix
|
||||
./ehex.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";
|
||||
|
|
Loading…
Reference in a new issue