{ pkgs, ... }: { environment.systemPackages = with pkgs; [ wireguard-tools ]; services.bird2.enable = true; }