Add http-proxy host
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m49s

This commit is contained in:
2024-10-20 22:09:23 +02:00
parent 819ae5e797
commit 504be31412
5 changed files with 179 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./configuration.nix
../../services/home-assistant
];
}