mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
home-assistant
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
<configs/cloud.nix>
|
<configs/cloud.nix>
|
||||||
<configs/compton.nix>
|
<configs/compton.nix>
|
||||||
<configs/default.nix>
|
<configs/default.nix>
|
||||||
|
# <configs/home-assistant.nix>
|
||||||
<configs/distrobump.nix>
|
<configs/distrobump.nix>
|
||||||
<configs/docker.nix>
|
<configs/docker.nix>
|
||||||
<configs/dunst.nix>
|
<configs/dunst.nix>
|
||||||
|
|||||||
7
configs/home-assistant.nix
Normal file
7
configs/home-assistant.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
services.home-assistant = {
|
||||||
|
enable = true;
|
||||||
|
configWritable = true;
|
||||||
|
lovelaceConfigWritable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user