How to Yggdrasil with Mullvad
Most of the time I use Mullvad as my ISP. I think Mullvad is more trustworthy than my local ISP. I configure it through NetworkManager using a simple WireGuard config. It works fine, but I miss some cool features like Post-quantum encryption , DITA , or Obfuscation , like on my phone. So I thought, why not write this in my NixOS config: services . mullvad-vpn . enable = true ; And… it works! With…