nix-infra/config/hosts/esphome/default.nix
June e88982d7c7
Give esphome a static v6 and get cert directly via chal. served over v6
Give the host a static v4 as well.
Also let the nginx redirect from the hosts FQDN to the service domain.
2024-07-27 22:24:54 +02:00

10 lines
111 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./esphome.nix
./networking.nix
./nginx.nix
];
}