WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 93e6086b3b - Show all commits

View file

@ -32,6 +32,14 @@ services:
- "traefik.docker.network=proxy" - "traefik.docker.network=proxy"
- "traefik.http.services.home-assistant.loadbalancer.server.port=8123" - "traefik.http.services.home-assistant.loadbalancer.server.port=8123"
esphome:
container_name: esphome
image: esphome/esphome
volumes:
- /docker/homeautomation/esphome:/config
restart: unless-stopped
network_mode: host
mosquitto: mosquitto:
container_name: mosquitto container_name: mosquitto
image: eclipse-mosquitto image: eclipse-mosquitto