Mount /ceph in owl1 and owl2

This commit is contained in:
Rodrigo Arias 2023-09-04 22:00:36 +02:00
parent a69a71d1b0
commit 9b5bfbb7a3
2 changed files with 5 additions and 1 deletions

View File

@ -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";

View File

@ -3,6 +3,7 @@
{
imports = [
../common/main.nix
../module/ceph.nix
];
# Select the this using the ID to avoid mismatches