diff --git a/modules/homelab/services/glance/default.nix b/modules/homelab/services/glance/default.nix index 6a8710a..54cb0bd 100644 --- a/modules/homelab/services/glance/default.nix +++ b/modules/homelab/services/glance/default.nix @@ -73,7 +73,7 @@ in host = "0.0.0.0"; port = cfg.port; }; - pages = { + pages = { columns = [ { @@ -205,7 +205,7 @@ in } ]; } - }; + }; }; # override umask to make permissions work out