{ inputs, ... }@flakeContext: { config, lib, pkgs, ... }: { networking.firewall = { allowedTCPPorts = [ 443 ]; allowedUDPPorts = [ 443 ]; }; environment.systemPackages = with pkgs; [ xray ]; }