mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
hwacc
This commit is contained in:
parent
071f0fdca0
commit
ceed49531b
2 changed files with 5 additions and 0 deletions
|
|
@ -16,8 +16,10 @@ in
|
|||
services.frigate = {
|
||||
enable = true;
|
||||
hostname = "frigate.${domain}";
|
||||
vaapiDriver = "i965"; # Haswell (4th gen Intel)
|
||||
settings = {
|
||||
mqtt.enabled = false;
|
||||
ffmpeg.hwaccel_args = "preset-vaapi";
|
||||
cameras = {
|
||||
doorbell = {
|
||||
enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue