From da908a8e140c2ae8a083760916196c9faa1a4d30 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 1 Mar 2026 22:09:25 +0700 Subject: [PATCH] change bind ip to localhost --- modules/system/homelab/dash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };