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:
parent
811e770cb0
commit
9028295fd5
2 changed files with 27 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue