[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: berlin: Remove explicit file system utilities from package
From: |
Maxim Cournoyer |
Subject: |
01/02: hydra: berlin: Remove explicit file system utilities from packages. |
Date: |
Mon, 3 Oct 2022 12:17:44 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository maintenance.
commit dab787b4a2501f640c08870da4e3242ee8f55e6b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 3 11:31:03 2022 -0400
hydra: berlin: Remove explicit file system utilities from packages.
This is no longer necessary with
45eac6cdf5c8d9d7b0c564b105c790d2d2007799 (services: Add file system
utilities to profile), which automatically takes care of that.
* hydra/berlin.scm (packages): Remove btrfs-progs and dosfstools.
---
hydra/berlin.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 24419d5..07f8771 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -289,9 +289,7 @@ at MOUNT-POINT."
(home-directory "/home/bi-admin"))
%base-user-accounts))
- (packages (cons* btrfs-progs
- dosfstools
- certbot emacs wget iptables
+ (packages (cons* certbot emacs wget iptables
jnettop openssh rsync screen strace
;; This is needed to set GIT_SSL_CAINFO allowing
;; Cuirass to fetch sources via HTTPS.