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:
parent
036cdfdcbb
commit
5c2d91afab
@ -7,7 +7,7 @@ with lib; {
|
||||
servers = {
|
||||
metis = {
|
||||
localIp = "1";
|
||||
extraIps = [ "142" ];
|
||||
extraIps = [ "1" "142" ];
|
||||
publicKey = "wP49t1TYXI3ucsYb8RavNGwIf+8nx5UBgDU0PM9VlnI=";
|
||||
endpoint = "metis.ellmauthaler.net:51820"; #TODO
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user