From b6bd31e1591253564bea5b0107e26e59b0e9a6b7 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 ];