WIP: Switch to NixOS #5

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

View file

@ -55,6 +55,17 @@ services:
devices:
- /dev/ttyACM0
mosquitto:
container_name: mosquitto
image: eclipse-mosquitto
environment:
- TZ=Europe/Helsinki
network_mode: host
volumes:
- /docker/homeautomation/mosquitto:/mosquitto
- /etc/localtime:/etc/localtime:ro
restart: always
node-red:
container_name: node-red
image: nodered/node-red