From 5234ca32fd3b33a888a4a2be91e4e782597bd584 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 20 Nov 2023 12:57:31 +0100 Subject: [PATCH] Remove complete ceph package from hut Only the ceph-client is needed. Reviewed-by: Aleix Roca Nonell --- m/module/ceph.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/m/module/ceph.nix b/m/module/ceph.nix index ff3fd22..cf1217f 100644 --- a/m/module/ceph.nix +++ b/m/module/ceph.nix @@ -3,7 +3,6 @@ # Mounts the /ceph filesystem at boot { environment.systemPackages = with pkgs; [ - ceph ceph-client fio # For benchmarks ];