all repos — nixfiles @ 44243c81d282218d40877d042e73f593eee0ed56

System and user configuration, managed by nix and home-manager

Replace ldns with knot-dns
Alan Pearce alan@alanpearce.eu
Sun, 21 May 2023 18:41:21 +0200
commit

44243c81d282218d40877d042e73f593eee0ed56

parent

22f7501acffd1ee37742e25794144d93d704a10a

2 files changed, 1 insertions(+), 2 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -46,6 +46,7 @@ entr       ripgrep
       iftop
       nmap
+      knot-dns
       moreutils
       mtr
       tree
@@ -57,7 +58,6 @@ ++ (       if !stdenv.isDarwin
       then [
         file
-        ldns
         lsof
         unar
         zip
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -133,7 +133,6 @@ programs.zsh.shellAliases = {     rb = "darwin-rebuild";
     rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)";
 
-    drill = "command dig +noall +answer";
     dig = "dig +noall +answer";
   };