diff options
Diffstat (limited to 'machines/zibeline')
| -rw-r--r-- | machines/zibeline/default.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/machines/zibeline/default.nix b/machines/zibeline/default.nix index 82e93bd..9670da2 100644 --- a/machines/zibeline/default.nix +++ b/machines/zibeline/default.nix @@ -27,6 +27,23 @@ wireguard.server = { enable = true; externalInterface = "eth0"; + + peers = { + mel = { + key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU="; + ip = 2; + }; + + andrei = { + key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg="; + ip = 3; + }; + + sergo = { + key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y="; + ip = 4; + }; + }; }; }; |
