about summary refs log tree commit diff
path: root/nixos/modules/services/video/frigate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/video/frigate.nix')
-rw-r--r--nixos/modules/services/video/frigate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/video/frigate.nix b/nixos/modules/services/video/frigate.nix
index 5c259b7fa14d0..b3f38eba66429 100644
--- a/nixos/modules/services/video/frigate.nix
+++ b/nixos/modules/services/video/frigate.nix
@@ -518,7 +518,7 @@ in
         libva-utils
         procps
         radeontop
-      ] ++ lib.optionals (!stdenv.isAarch64) [
+      ] ++ lib.optionals (!stdenv.hostPlatform.isAarch64) [
         # not available on aarch64-linux
         intel-gpu-tools
       ];