puyak.r: enable esphome

This commit is contained in:
makefu 2024-04-25 00:12:03 +02:00
parent 190db40330
commit 2e6cdf158d
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,7 @@
{
services.esphome = {
enable = true;
address = "0.0.0.0";
openFirewall = true;
};
}