vps/newinfra/nix/modules/wg-mesh/default.nix
2024-07-28 14:15:11 +02:00

7 lines
148 B
Nix

{ ... }: {
# TODO: put the actual setup here.
networking.hosts = {
"10.0.0.1" = [ "vps1.local" ];
"10.0.0.3" = [ "vps3.local" ];
};
}