WIP: Switch to NixOS #5

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

View file

@ -13,13 +13,6 @@ ports = ["8123:8123", "8300:8300"]
extra_hosts = ["host.docker.internal:host-gateway"] extra_hosts = ["host.docker.internal:host-gateway"]
depends_on = ["mosquitto"] depends_on = ["mosquitto"]
[services.esphome]
container_name = "esphome"
image = "esphome/esphome"
volumes = ["/docker/homeautomation/esphome:/config"]
restart = "unless-stopped"
network_mode = "host"
[services.mosquitto] [services.mosquitto]
container_name = "mosquitto" container_name = "mosquitto"
image = "eclipse-mosquitto" image = "eclipse-mosquitto"