all repos — dns @ 2636c90a5ed7b970469dd31a9be68a683219d79b

DNS records for my domains, managed via dnscontrol

Initial commit

Alan Pearce
commit

2636c90a5ed7b970469dd31a9be68a683219d79b

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

changed files
A shell.nix
@@ -0,0 +1,8 @@
+{ pkgs ? (import <nixpkgs> { }) }: +pkgs.mkShell { + packages = with pkgs; [ + dnscontrol + xh + nodePackages.prettier + ]; +}