diff --git a/hosts/yuki/services/default.nix b/hosts/yuki/services/default.nix
index 23a511e..8f87309 100644
--- a/hosts/yuki/services/default.nix
+++ b/hosts/yuki/services/default.nix
@@ -11,6 +11,6 @@
     ./anki-sync-server.nix
     # ./paperless.nix
     # ./hydroxide.nix
-    ./botoh.nix
+    # ./botoh.nix
   ];
 }
diff --git a/hosts/yuki/services/hass/config.nix b/hosts/yuki/services/hass/config.nix
index 34f5cb7..c73ff39 100644
--- a/hosts/yuki/services/hass/config.nix
+++ b/hosts/yuki/services/hass/config.nix
@@ -8,7 +8,7 @@ _: {
     homeassistant = {
       name = "Home";
       time_zone = "America/New_York";
-      unit_system = "imperial";
+      unit_system = "us_customary";
       temperature_unit = "F";
       currency = "USD";
       country = "US";