This commit is contained in:
Bryan Ramos 2026-03-13 22:49:23 -04:00
parent 071f0fdca0
commit ceed49531b
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,9 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Enable VAAPI for hardware video acceleration
hardware.graphics.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}

View file

@ -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;