diff --git a/m/owl1/configuration.nix b/m/owl1/configuration.nix index a14ab21..8255898 100644 --- a/m/owl1/configuration.nix +++ b/m/owl1/configuration.nix @@ -1,7 +1,10 @@ { config, pkgs, ... }: { - imports = [ ../common/main.nix ]; + imports = [ + ../common/main.nix + ../module/ceph.nix + ]; # Select the this using the ID to avoid mismatches boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c"; diff --git a/m/owl2/configuration.nix b/m/owl2/configuration.nix index 8da8f7d..0af3c40 100644 --- a/m/owl2/configuration.nix +++ b/m/owl2/configuration.nix @@ -3,6 +3,7 @@ { imports = [ ../common/main.nix + ../module/ceph.nix ]; # Select the this using the ID to avoid mismatches