From 9b5bfbb7a34d19c0bd445cb93c57400409bb5994 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 4 Sep 2023 22:00:36 +0200 Subject: [PATCH] Mount /ceph in owl1 and owl2 --- m/owl1/configuration.nix | 5 ++++- m/owl2/configuration.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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