From 9bee145e2546650d0f677c814d335ffefdaee9b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 26 May 2025 11:50:57 +0200 Subject: [PATCH] Remove Ceph module from fox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will no longer be accesible from the UPC. Reviewed-by: Aleix Boné --- m/fox/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/m/fox/configuration.nix b/m/fox/configuration.nix index 3a188a63..e33afab6 100644 --- a/m/fox/configuration.nix +++ b/m/fox/configuration.nix @@ -3,7 +3,6 @@ { imports = [ ../common/xeon.nix - ../module/ceph.nix ../module/emulation.nix ];