Fixed hostname

This commit is contained in:
Alex Davies 2024-05-11 15:25:42 -03:00
parent 854f7a0eb6
commit 2943d267c1

View File

@ -1,5 +1,4 @@
{ config, pkgs, lib, ... }: { inputs, outputs, lib, config, pkgs, hostname, specialArgs, ... }:
{ {
services.home-assistant = { services.home-assistant = {
@ -30,7 +29,7 @@
configWritable = true; configWritable = true;
config = { config = {
homeassistant = { homeassistant = {
name = "${specialArgs.hostname}"; name = "${hostname}";
unit_system = "metric"; unit_system = "metric";
time_zone = "America/Halifax"; time_zone = "America/Halifax";
auth_providers = [ auth_providers = [