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