Home Assistant camera support

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-10-10 17:48:19 +02:00
parent fca9454e2a
commit e9b8c90f26
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -16,6 +16,11 @@ nglib.makeSystem {
init.services.home-assistant = { init.services.home-assistant = {
shutdownOnExit = true; shutdownOnExit = true;
environment = {
PATH = with pkgs; pkgs.lib.makeBinPath [
coreutils git ffmpeg bash
];
}
}; };
services.home-assistant = { services.home-assistant = {
@ -78,6 +83,7 @@ nglib.makeSystem {
"history" "history"
"ssdp" "ssdp"
"mqtt" "mqtt"
"stream"
]; ];
extraPackages = ps: with ps; extraPackages = ps: with ps;
[ xmodem [ xmodem