1
0
Fork 0
forked from foxora/nix

butterfly gonna fix everything for me :33333333333

This commit is contained in:
foxora 2026-02-17 04:04:32 +00:00
parent 3fd01411a1
commit a9510e1723
7 changed files with 220 additions and 84 deletions

View 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";
}