nc
This commit is contained in:
@@ -19,7 +19,7 @@ in
|
|||||||
sops.templates."hass-mcp.env" = {
|
sops.templates."hass-mcp.env" = {
|
||||||
mode = "0600";
|
mode = "0600";
|
||||||
content = ''
|
content = ''
|
||||||
HA_URL=http://nuc-nixos.local:8123
|
HA_URL=http://10.0.1.4:8123
|
||||||
HA_TOKEN=${config.sops.placeholder."hass-mcp/token"}
|
HA_TOKEN=${config.sops.placeholder."hass-mcp/token"}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ let
|
|||||||
|
|
||||||
@hass host hass.mjallen.dev
|
@hass host hass.mjallen.dev
|
||||||
handle @hass {
|
handle @hass {
|
||||||
reverse_proxy http://nuc-nixos.local:8123
|
reverse_proxy http://10.0.1.4:8123
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -80,6 +80,10 @@ let
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
installed = true;
|
installed = true;
|
||||||
|
auth.bruteforce.protection.enabled = true;
|
||||||
|
user_oidc = {
|
||||||
|
auto_provision = false;
|
||||||
|
};
|
||||||
overwrite.cli.url = "https://cloud.mjallen.dev";
|
overwrite.cli.url = "https://cloud.mjallen.dev";
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
overwritehost = "cloud.mjallen.dev";
|
overwritehost = "cloud.mjallen.dev";
|
||||||
|
|||||||
Reference in New Issue
Block a user