aboutsummaryrefslogtreecommitdiff
path: root/modules/services/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-07-15 12:03:58 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-07-15 12:03:58 -0500
commitd2aecd69c17fa64305c07333686576152432993d (patch)
tree2f52c7808a6cbd57ef60284947d3728a38cfab34 /modules/services/options.nix
parentf5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (diff)
changes.
Diffstat (limited to 'modules/services/options.nix')
-rw-r--r--modules/services/options.nix6
1 files changed, 6 insertions, 0 deletions
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;