testing home-assistant
This commit is contained in:
parent
d12ca3fb0e
commit
aef86f5b89
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -94,6 +94,7 @@
|
|||||||
"hexeditor",
|
"hexeditor",
|
||||||
"hicolor",
|
"hicolor",
|
||||||
"hkps",
|
"hkps",
|
||||||
|
"homeassistant",
|
||||||
"HPKP",
|
"HPKP",
|
||||||
"HRDN",
|
"HRDN",
|
||||||
"htmlaboutaddons",
|
"htmlaboutaddons",
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
../../users/richie/global/zerotier.nix
|
../../users/richie/global/zerotier.nix
|
||||||
./arch_mirror.nix
|
./arch_mirror.nix
|
||||||
./docker
|
./docker
|
||||||
|
./home_assistant.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
16
systems/jeeves-jr/home_assistant.nix
Normal file
16
systems/jeeves-jr/home_assistant.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
services.home-assistant = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
config = {
|
||||||
|
server_port = 8123;
|
||||||
|
homeassistant = {
|
||||||
|
time_zone = "America/New_York";
|
||||||
|
unit_system = "imperial";
|
||||||
|
temperature_unit = "F";
|
||||||
|
longitude = 40.74;
|
||||||
|
latitude = 74.03;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user