diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index df158fa..9d46430 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -72,7 +72,7 @@ in { environmentFile = "/var/lib/glance/.env"; settings = { server = { - host = "0.0.0.0"; # "127.0.0.1"; + host = "127.0.0.1"; port = 5070; };