all repos — dns @ 49f3ef365c8e8885ccb37cf7927d658359b8a795

DNS records for my domains, managed via dnscontrol

patch dnscontrol

Alan Pearce
commit

49f3ef365c8e8885ccb37cf7927d658359b8a795

parent

2636c90a5ed7b970469dd31a9be68a683219d79b

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
A default.nix
@@ -0,0 +1,4 @@
+{ pkgs ? (import <nixpkgs> { }) }: +pkgs.dnscontrol.overrideAttrs (old: { + patches = [ ./powerdns-record-types.patch ]; +})