Posts from 'wireguard-nix' series

Posts from 'wireguard-nix' series

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 →

Key Generation Okay, so now we have our basic options setup, we can build a handy utility for the user which will generate all their key pairs for each machine. I hate writing bash and I hate writing Nix code so you can imagine my delight in writing ... read more →