Mount /ceph in owl1 and owl2
This commit is contained in:
		
							parent
							
								
									e2f82a6383
								
							
						
					
					
						commit
						208dcb7dde
					
				| @ -1,7 +1,10 @@ | |||||||
| { config, pkgs, ... }: | { config, pkgs, ... }: | ||||||
| 
 | 
 | ||||||
| { | { | ||||||
|   imports = [ ../common/main.nix ]; |   imports = [ | ||||||
|  |     ../common/main.nix | ||||||
|  |     ../module/ceph.nix | ||||||
|  |   ]; | ||||||
| 
 | 
 | ||||||
|   # Select the this using the ID to avoid mismatches |   # Select the this using the ID to avoid mismatches | ||||||
|   boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c"; |   boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53566c"; | ||||||
|  | |||||||
| @ -3,6 +3,7 @@ | |||||||
| { | { | ||||||
|   imports = [ |   imports = [ | ||||||
|     ../common/main.nix |     ../common/main.nix | ||||||
|  |     ../module/ceph.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Select the this using the ID to avoid mismatches |   # Select the this using the ID to avoid mismatches | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user