[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: bayfront: Add network tools to the global profile.
From: |
Ludovic Courtès |
Subject: |
01/02: hydra: bayfront: Add network tools to the global profile. |
Date: |
Sun, 2 Apr 2017 09:04:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit ba93ca33b93ce72b6aa5c445e79506b4f485aa35
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 30 21:34:35 2017 +0200
hydra: bayfront: Add network tools to the global profile.
* hydra/bayfront.scm (packages): Add IPTABLES and JNETTOP.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index e36147e..17de79c 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -158,7 +158,7 @@ Happy hacking!\n"))
#:extra-modules '("raid10")
rest)))
- (packages (cons* certbot wget
+ (packages (cons* certbot wget iptables jnettop
mdadm vim lm-sensors openssh
%base-packages))