From 1aab77c302ef6a1fd908ea0f4e3e97af28b52a7b Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 4 May 2026 16:59:31 +0700 Subject: [PATCH] machines/deneb: localhost -> poyerp.newedge.house --- machines/deneb/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index 3032732..b11fdbc 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -58,7 +58,7 @@ in ]; sites = { "${sitename}" = { - domains = [ "localhost" ]; + domains = [ sitename ]; apps = [ "frappe" "erpnext"