configuration.nix/hosts/shared/wireguard.nix

10 lines
232 B
Nix

_: {
nodeconfig.wireguard = {
interface-name = "Homelab";
endpoint = "165.232.180.97:51821";
endpoint-publickey = "NNw/iDMCTq8mpHncrecEh4UlvtINX/UUDtCJf2ToFR4=";
allowed-ips = [
"10.10.10.0/24"
];
};
}