WIP: Switch to NixOS #5

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

View file

@ -12,6 +12,7 @@ volumes = [
restart = "unless-stopped" restart = "unless-stopped"
networks = ["homeautomation", "postgres", "proxy"] networks = ["homeautomation", "postgres", "proxy"]
ports = ["8123:8123", "8300:8300"] ports = ["8123:8123", "8300:8300"]
extra_hosts = ["host.docker.internal:host-gateway"]
depends_on = ["mosquitto"] depends_on = ["mosquitto"]
labels = [ labels = [
"traefik.enable=true", "traefik.enable=true",