This commit is contained in:
mjallen18
2026-03-30 14:46:08 -05:00
parent 47b9c1ae98
commit 2f8f5092c4
3 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ in
sops.templates."hass-mcp.env" = {
mode = "0600";
content = ''
HA_URL=http://nuc-nixos.local:8123
HA_URL=http://10.0.1.4:8123
HA_TOKEN=${config.sops.placeholder."hass-mcp/token"}
'';
};