register/domains/katz.nix
2026-03-21 16:32:42 +03:00

5 lines
72 B
Nix

{ dns, ... }:
with dns.lib.combinators;
{
A = [ "69.197.135.205" ];
}