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