{ config, pkgs, inputs, lib, ... }: let port = 8123; in { imports = [ ./virtualisation.nix ]; networking.firewall.allowedTCPPorts = [ port ]; }