forked from CCCHH/nix-infra
June
e88982d7c7
Give the host a static v4 as well. Also let the nginx redirect from the hosts FQDN to the service domain.
10 lines
111 B
Nix
10 lines
111 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./esphome.nix
|
|
./networking.nix
|
|
./nginx.nix
|
|
];
|
|
}
|