{ config, lib, pkgs, ... }: { networking.wireguard.enable = true; environment.systemPackages = with pkgs; [ wireguard-tools ]; }