diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-10-05T14·43-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-10-05T14·48+0000 |
commit | bc8bac74d7a5ae66637c8a330f5ba18c174b8267 (patch) | |
tree | 2c82e42438224d45a82efb79286dfc35c0951fd2 /users | |
parent | 3a4b4568bbeb85512d71a7e18e508401bf1fab55 (diff) |
feat(gs/system): Install dnsutils r/1838
Change-Id: I577b42abe76c7be3434e7ca4f34bcf84a4a6e6bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/2023 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index a3f2a06d38a5..ef0af0819c99 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -30,6 +30,7 @@ with lib; libnotify file lm_sensors + dnsutils depot.users.glittershark.system.system.rebuilder ]; |