aboutsummaryrefslogtreecommitdiff
path: root/modules/services/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-26 11:48:44 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-26 11:48:44 -0600
commit07c023cb185e7c49a04246a686dd2a560bb0d55f (patch)
tree7566eda3dc43cbb3ec8c97ed996cc75b436fec82 /modules/services/options.nix
parentaf9357c2652605185214fb52a09c9472498d2a74 (diff)
btopweb
Diffstat (limited to 'modules/services/options.nix')
-rw-r--r--modules/services/options.nix5
1 files changed, 5 insertions, 0 deletions
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;