Add esphome host

This commit is contained in:
yuri 2023-11-04 22:20:49 +01:00
commit 26a1fe0e84
5 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./configuration.nix
./esphome.nix
./nginx.nix
];
}