1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Added server to allowed "extra" IPs

This commit is contained in:
Stefan Ellmauthaler 2022-07-31 17:04:02 +02:00
parent 036cdfdcbb
commit 5c2d91afab
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -7,7 +7,7 @@ with lib; {
servers = { servers = {
metis = { metis = {
localIp = "1"; localIp = "1";
extraIps = [ "142" ]; extraIps = [ "1" "142" ];
publicKey = "wP49t1TYXI3ucsYb8RavNGwIf+8nx5UBgDU0PM9VlnI="; publicKey = "wP49t1TYXI3ucsYb8RavNGwIf+8nx5UBgDU0PM9VlnI=";
endpoint = "metis.ellmauthaler.net:51820"; #TODO endpoint = "metis.ellmauthaler.net:51820"; #TODO
}; };