From dfa732678d821e0bc5aabd4385f5991eca27af19 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 25 Sep 2025 09:26:42 +0100 Subject: [PATCH] chore(architect): update homeassistant hostname to home --- hosts/architect/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/default.nix b/hosts/architect/default.nix index e2d9f49..978e30e 100644 --- a/hosts/architect/default.nix +++ b/hosts/architect/default.nix @@ -117,7 +117,7 @@ in dreamel10 = { address = "10.0.0.199"; hostname = "dreamel10.${domain}"; }; reolinkcamera = { address = "10.0.0.200"; hostname = "reolinkcamera.${domain}"; }; lgtv = { address = "10.0.0.202"; hostname = "lgtv.${domain}"; }; - homeassistant = { address = "10.0.0.251"; hostname = "homeassistant.${domain}"; }; + homeassistant = { address = "10.0.0.251"; hostname = "home.${domain}"; }; }; }; };