From 07c023cb185e7c49a04246a686dd2a560bb0d55f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:48:44 -0600 Subject: btopweb --- modules/services/options.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index eb88e21..bd0a990 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -83,6 +83,11 @@ in { default_port = 8010; }; + btopweb = webserviceOptions { + service_name = "btopweb"; + default_port = 8017; + }; + goaccess = webserviceOptions { service_name = "goaccess"; reverse_proxy = false; -- cgit v1.3.1