[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: berlin: Add btrfs-progs to system profile.
From: |
Maxim Cournoyer |
Subject: |
01/03: berlin: Add btrfs-progs to system profile. |
Date: |
Wed, 26 Jan 2022 14:49:15 -0500 (EST) |
apteryx pushed a commit to branch master
in repository maintenance.
commit 8b759a9149083e5f769a8d9a81f84c2c01b99a5a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 26 00:56:50 2022 -0500
berlin: Add btrfs-progs to system profile.
This will be used to manage the Btrfs array.
* hydra/berlin.scm (operating-system)[packages]: Add btrfs-progs.
---
hydra/berlin.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 8ce4f12..ca6f68b 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -229,7 +229,8 @@ Happy hacking!\n"))
(home-directory "/home/bi-admin"))
%base-user-accounts))
- (packages (cons* certbot emacs wget iptables
+ (packages (cons* btrfs-progs
+ certbot emacs wget iptables
jnettop openssh rsync
;; This is needed to set GIT_SSL_CAINFO allowing
;; Cuirass to fetch sources via HTTPS.