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 = {
|
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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user