summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2024-04-25 00:12:03 +0200
committermakefu <github@syntax-fehler.de>2024-04-25 00:12:03 +0200
commit2e6cdf158ddafa1151389ade22d27580b31cbdde (patch)
tree4b5ee2d7424ae616d255493d7eb24f8c0592a3ab
parent190db40330c87a8e69a718255090ec9c2957aabd (diff)
puyak.r: enable esphome
-rw-r--r--krebs/1systems/puyak/config.nix1
-rw-r--r--krebs/2configs/shack/esphome.nix7
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;
+ };
+}