restructure homebox

This commit is contained in:
2026-04-23 08:54:59 -05:00
parent 806e8900b4
commit b28d7babf1
14 changed files with 87 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ ... }: {
{ self, ... }: {
flake.nixosModules.home-assistant = { config, lib, ... }: let
@@ -8,6 +8,11 @@
in {
imports = [
self.nixosModules.docker
];
config = {
environment.etc."home-assistant/configuration.yaml".source = ./configuration.yaml;