From d2a80c8c180e9957155ff875ba79c3df49808971 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 28 Aug 2023 17:58:21 +0200 Subject: [PATCH] Add ceph tools in hut too --- m/hut/ceph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/hut/ceph.nix b/m/hut/ceph.nix index 722466f..59920e8 100644 --- a/m/hut/ceph.nix +++ b/m/hut/ceph.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - environment.systemPackages = [ pkgs.ceph-client ]; + environment.systemPackages = [ pkgs.ceph pkgs.ceph-client ]; # We need the ceph module loaded as the mount.ceph binary fails to run the # modprobe command.