configuration.nix/hosts/shared/wireguard.nix

11 lines
229 B
Nix
Raw Normal View History

2024-07-06 00:29:42 +05:30
_: {
nodeconfig.wireguard = {
endpoint = "165.232.180.97:51821";
endpoint-publickey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
allowed-ips = [
"10.10.10.0/24"
"fd7c:585c:c4ae::0/64"
];
};
}