10 lines
229 B
Nix
10 lines
229 B
Nix
_: {
|
|
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"
|
|
];
|
|
};
|
|
}
|