yuki: disable botoh && set hass unit_system

This commit is contained in:
notohh 2025-02-07 23:15:52 -05:00
parent 502791c2a7
commit c2cbad7587
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 2 deletions
hosts/yuki/services

View file

@ -11,6 +11,6 @@
./anki-sync-server.nix
# ./paperless.nix
# ./hydroxide.nix
./botoh.nix
# ./botoh.nix
];
}

View file

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