mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
Home Assistant camera support
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
fca9454e2a
commit
e9b8c90f26
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue