all repos — dns @ 49f3ef365c8e8885ccb37cf7927d658359b8a795

DNS records for my domains, managed via dnscontrol

patch dnscontrol

Alan Pearce
commit

49f3ef365c8e8885ccb37cf7927d658359b8a795

parent

2636c90a5ed7b970469dd31a9be68a683219d79b

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M shell.nixshell.nix
@@ -1,4 +1,6 @@
-{ pkgs ? (import <nixpkgs> { }) }: +{ pkgs ? (import <nixpkgs> { }) +, dnscontrol ? (import ./. { inherit pkgs; }) +}: pkgs.mkShell { packages = with pkgs; [ dnscontrol