Files
tuxcord.nix/nixos/hosts/tuxcord-test/default.nix
T
javalsai 0fd9693941 nixos/security: add acme through dns challenge
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.
2026-05-03 20:36:49 -04:00

6 lines
84 B
Nix

{
acme.enable = false;
dns.enable = true;
networking.fqdn = "tuxcord.test";
}