Fixed hostname
This commit is contained in:
parent
854f7a0eb6
commit
2943d267c1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user