Upgrade NixOS. Use upstream libedgetpu, frigate, and gasket kernel module. Fix services broken by upgrade.
Some checks failed
Check Flake / check-flake (push) Failing after 3m31s

This commit is contained in:
2024-11-19 21:11:13 -08:00
parent 89ce0f7fc0
commit fe96dbb1ef
21 changed files with 57 additions and 317 deletions

View File

@@ -33,7 +33,7 @@
hardware.enableAllFirmware = true;
# ROCm
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
];