diff options
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" |