inputs: { config, ... }: { services.shiori = { enable = true; port = 8081; }; networking.firewall.interfaces.${config.topology.mainVpn.interfaceName}.allowedTCPPorts = [ config.services.shiori.port ]; }