Posts from 'wireguard-nix' series
nix wireguard
Wireguard1 is a Linux Kernel Module which allows you to easily configure encrypted network interfaces, and it's one of my 'must haves' on any machine. When you can setup your own interfaces, you can self assign IP addresses, control how different pr ... read more →
nix wireguard key gen
In the first post we talked about how at a minimum a Wireguard interface needs the Wireguard private key of the current machine, and the Wireguard public keys of all the machines it is directly connected to. We solved this with our basic option setu ... read more →