{ config, lib, pkgs, ... }: { services = { ntopng = { enable = true; extraConfig = '' --disable-autologout --disable-login 1 ''; httpPort = 3456; interfaces = [ "any" ]; }; }; }