diff options
author | makefu <github@syntax-fehler.de> | 2024-04-25 00:12:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2024-04-25 00:12:03 +0200 |
commit | 2e6cdf158ddafa1151389ade22d27580b31cbdde (patch) | |
tree | 4b5ee2d7424ae616d255493d7eb24f8c0592a3ab /krebs | |
parent | 190db40330c87a8e69a718255090ec9c2957aabd (diff) |
puyak.r: enable esphome
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 1 | ||||
-rw-r--r-- | krebs/2configs/shack/esphome.nix | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index d3c6cbeba..d3891af82 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -73,6 +73,7 @@ # hass.shack <stockholm/krebs/2configs/shack/glados> + <stockholm/krebs/2configs/shack/esphome.nix> # connect to git.shackspace.de as group runner for rz <stockholm/krebs/2configs/shack/gitlab-runner.nix> diff --git a/krebs/2configs/shack/esphome.nix b/krebs/2configs/shack/esphome.nix new file mode 100644 index 000000000..b6bcbce3e --- /dev/null +++ b/krebs/2configs/shack/esphome.nix @@ -0,0 +1,7 @@ +{ + services.esphome = { + enable = true; + address = "0.0.0.0"; + openFirewall = true; + }; +} |