a5b2e46586
few side refactors of this: - no more `dns.domain`, it all must rely on `fqdn`, prevents inconsistencies. - also added an specific host `tuxcord-acmetest` that uses the key zone for `nix.tuxcord.net` to test certificate pulling.
14 lines
176 B
Nix
14 lines
176 B
Nix
{
|
|
imports = [
|
|
./acme.nix
|
|
./dns.nix
|
|
./fail2ban.nix
|
|
./gitea.nix
|
|
./host.nix
|
|
./nginx.nix
|
|
./snapper.nix
|
|
./substituters.nix
|
|
./sysctl.nix
|
|
];
|
|
}
|