add host to wireguard

This commit is contained in:
2025-02-04 11:51:20 +01:00
parent a2d482e16d
commit c423af5498
4 changed files with 110 additions and 5 deletions

View File

@@ -21,6 +21,10 @@
publicKey = "nkm10abmwt2G8gJXnpqel6QW5T8aSaxiqqGjE8va/A0=";
allowedIPs = [ "${config.networkPrefix}.98.202/32" ];
}
{ # GPD Win 4
publicKey = "HE4eX4IMKG8eRDzcriy6XdIPV71uBY5VTqjKzfHPsFI=";
allowedIPs = [ "${config.networkPrefix}.98.203/32" ];
}
];
};
wg_epicenter = {