From 0077c9028a62527361ec4679cd10644c816be04e Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 13:32:29 -0500 Subject: [PATCH] 295 current 2025-10-11 13:20:27 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/glance/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/homelab/services/glance/default.nix b/modules/homelab/services/glance/default.nix index 39cc7ce..ff6d3b0 100644 --- a/modules/homelab/services/glance/default.nix +++ b/modules/homelab/services/glance/default.nix @@ -73,7 +73,8 @@ in host = "0.0.0.0"; port = cfg.port; }; - pages = [ + pages = { + [ { columns = [ { @@ -206,6 +207,7 @@ in ]; } ] + }; }; }; # override umask to make permissions work out