about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/home-assistant.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-07-30 16:18:27 +0000
committerAlyssa Ross <hi@alyssa.is>2022-07-30 16:18:27 +0000
commit5330c0a1afe9d97d6f6366157cf0d3da9a8e7c31 (patch)
treea01c14914ae8c135631a105e30a0ca339f9b71ee /nixos/modules/services/home-automation/home-assistant.nix
parent64915e05bfdd3f0af9d1c6145184c8347550efd0 (diff)
treewide: use isAarch where appropriate
Diffstat (limited to 'nixos/modules/services/home-automation/home-assistant.nix')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 2cff5051c757f..1d76d2fd39c68 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -92,7 +92,7 @@ in {
         "default_config"
         "met"
         "esphome"
-      ] ++ optionals (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) [
+      ] ++ optionals pkgs.stdenv.hostPlatform.isAarch [
         # Use the platform as an indicator that we might be running on a RaspberryPi and include
         # relevant components
         "rpi_power"