From 2943d267c1f0e51eeb3409d0bdddc906a6fb3689 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Sat, 11 May 2024 15:25:42 -0300 Subject: [PATCH] Fixed hostname --- nixos/home-assistant.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/home-assistant.nix b/nixos/home-assistant.nix index e5edab0..3af217c 100644 --- a/nixos/home-assistant.nix +++ b/nixos/home-assistant.nix @@ -1,5 +1,4 @@ -{ config, pkgs, lib, ... }: - +{ inputs, outputs, lib, config, pkgs, hostname, specialArgs, ... }: { services.home-assistant = { @@ -30,7 +29,7 @@ configWritable = true; config = { homeassistant = { - name = "${specialArgs.hostname}"; + name = "${hostname}"; unit_system = "metric"; time_zone = "America/Halifax"; auth_providers = [