1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(zackbiene): add hdmi kernel modules for latest kernel on odroid N2+

This commit is contained in:
oddlama 2023-03-13 20:13:06 +01:00
parent 811e770cb0
commit 9028295fd5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 27 additions and 7 deletions

View file

@ -23,6 +23,13 @@
libsoundtouch
];
};
# TODO set lat long etc here not manually
# TODO HA and zigbee2mqtt behind nginx please
# - auth for zigbee2mqtt
# - auth for esphome dashboard
# - only allow connections from privileged LAN to HA or from vpn range
# TODO use password auth for mosquitto
services.mosquitto = {
enable = true;
persistence = true;