0fd9693941
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.
6 lines
84 B
Nix
6 lines
84 B
Nix
{
|
|
acme.enable = false;
|
|
dns.enable = true;
|
|
networking.fqdn = "tuxcord.test";
|
|
}
|