diff options
author | EuAndreh <eu@euandre.org> | 2023-05-13 14:29:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-13 14:29:31 -0300 |
commit | 114330ce1be38ba67f7a67f3b493f7506b06c8e8 (patch) | |
tree | 0c62fb369a35d8c07185cd1de150e59b0dbea344 | |
parent | cronjob.sh: Increase timeout to 3 hours (diff) | |
download | toph-114330ce1be38ba67f7a67f3b493f7506b06c8e8.tar.gz toph-114330ce1be38ba67f7a67f3b493f7506b06c8e8.tar.xz |
system.scm: Add kdig(1) (TLS dig) and tcpdump(8) tools
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 114330ce1be38ba67f7a67f3b493f7506b06c8e8
git notes --ref=refs/notes/ci-data show 114330ce1be38ba67f7a67f3b493f7506b06c8e8
Exit status: 143
Duration: 76
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d50bd55..831e58f 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -294,6 +294,8 @@ parted acl bind:utils + tcpdump + knot:tools file git guile-heredoc |