From d2aecd69c17fa64305c07333686576152432993d Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:03:58 -0500 Subject: changes. --- modules/services/options.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index 1cb1019..7dbaa2c 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -100,6 +100,12 @@ in { goaccess = webserviceOptions { service_name = "goaccess"; }; + glance = { + enable = mkEnableOption "Glance homepage"; + port = lib.mkOption { + type = lib.types.port; + }; + }; cgit = webserviceOptions { service_name = "cgit"; reverse_proxy = false; -- cgit v1.3.1