From 8579650a4eebba93d6d3f0146de1e01bafcd1feb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 3 Nov 2025 21:18:06 -0500 Subject: [PATCH] Turn off ntopng --- modules/hosts/nixos/hetznix01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/hetznix01/default.nix b/modules/hosts/nixos/hetznix01/default.nix index a68b51a..d138703 100644 --- a/modules/hosts/nixos/hetznix01/default.nix +++ b/modules/hosts/nixos/hetznix01/default.nix @@ -54,7 +54,7 @@ fail2ban.enable = true; logrotate.enable = true; ntopng = { - enable = true; + enable = false; interfaces = [ "enp1s0" "tailscale0"