ops/nixos: add dnsutils to common for dig
This commit is contained in:
parent
087d774b56
commit
c0a6e48970
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
ripgrep
|
ripgrep
|
||||||
whois
|
whois
|
||||||
|
dnsutils
|
||||||
]);
|
]);
|
||||||
|
|
||||||
home.stateVersion = "20.09";
|
home.stateVersion = "20.09";
|
||||||
|
|
Loading…
Reference in a new issue