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