diff options
author | Linnnus <[email protected]> | 2025-05-06 10:10:23 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-06 10:19:28 +0200 |
commit | 8354cc7542564961ca7ac66a1b9d9fbfcf47cc21 (patch) | |
tree | da9603024222e056d9a0a49ba9eed17c2fcdf25d /metadata.toml | |
parent | ae3af9af56e332cd1e20800dc21dbbd9ac6944c7 (diff) |
ahmed: Add VPN
Diffstat (limited to 'metadata.toml')
-rw-r--r-- | metadata.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metadata.toml b/metadata.toml index 7c2cac1..ce62ec5 100644 --- a/metadata.toml +++ b/metadata.toml @@ -5,8 +5,14 @@ network = "rumpenettet" ipv4Address = "192.168.68.222" [hosts.ahmed.sshKeys] +linus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKTV0NShiJXtHKtOk1kG28xvcSXww5LQTfCDued/Yog0 linus@ahmed" root = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOodiSwTcZcaZxqLyHjI2MGe1CpIBvIzzbjpXrwAyiYO root@ahmed" +[hosts.ahmed.wireguard] +pubkey = "OyVax+rmBHEJsN3DmLAMEczO9mHwFDNb+D16cAV6TzM=" # Matches ./secrets/wireguard-vpn-key.age +port = 50000 +ipv4Address = "77.33.188.139" # This is technically dynamic. Should use DDNS. + [hosts.muhammed] network = "rumpenettet" ipv4Address = "192.168.68.111" |