forked from foxora/nix
butterfly gonna fix everything for me :33333333333
This commit is contained in:
parent
3fd01411a1
commit
a9510e1723
7 changed files with 220 additions and 84 deletions
12
vms/home-assistant/default.nix
Normal file
12
vms/home-assistant/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
configDir = "/var/lib/hass";
|
||||
# disables config generation, i don't wanna configure home assistant
|
||||
# through nix at the moment
|
||||
config = null;
|
||||
};
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue