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

5 lines
73 B
Nix

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