register/domains/katz.nix
2026-03-22 12:43:47 +07:00

11 lines
185 B
Nix

{ dns, ... }: {
metadata = {
proxy = false;
owner = {
username = "Bananalolok";
};
};
records = with dns.lib.combinators; {
A = [ "69.197.135.205" ];
};
}