this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix wireguard

+1 -1
+1 -1
modules/wireguard.nix
··· 44 44 publicKey = "c1J4p63rD3IlszugMZiki7UBV3YmDdqa3DU4UejXzAI="; 45 45 allowedIPs = [ "10.0.69.0/24" ]; 46 46 # Set this to the server IP and port. 47 - endpoint = "149.28.163.78:60990"; # ToDo: route to endpoint not automatically configured https://wiki.archlinux.org/index.php/WireGuard#Loop_routing https://discourse.nixos.org/t/solved-minimal-firewall-setup-for-wireguard-client/7577 47 + endpoint = "sealight.xyz:60990"; # ToDo: route to endpoint not automatically configured https://wiki.archlinux.org/index.php/WireGuard#Loop_routing https://discourse.nixos.org/t/solved-minimal-firewall-setup-for-wireguard-client/7577 48 48 persistentKeepalive = 25; 49 49 } 50 50 ];