[root@nixos:/etc/nixos]# cat peers.nix { peer1 = { # mobil publicKey = "N/UlQ+6RLak8RutttttarhHQHFWNmVOGJphBllb9EY="; presharedKeyFile = "/private/wireguard/preshared_key"; allowedIPs = [ "172.18.200.200/32" ]; endpoint = "37.205.14.18:51820"; }; server = { # master publicKey ="9c/RbHGcgWI+dPSKcn9tttttWUNV65ImtLhCr4UVM="; presharedKeyFile = "/private/wireguard/preshared_key"; allowedIPs = [ "172.18.200.100/24" ]; endpoint = "37.205.14.18:51820"; }; }