Move the ceph client config to an external module
This commit is contained in:
		
							parent
							
								
									0a5f9b55f5
								
							
						
					
					
						commit
						74ec4eb22a
					
				| @ -4,11 +4,11 @@ | |||||||
|   imports = [ |   imports = [ | ||||||
|     ../common/main.nix |     ../common/main.nix | ||||||
| 
 | 
 | ||||||
|  |     ../module/ceph.nix | ||||||
|     ./gitlab-runner.nix |     ./gitlab-runner.nix | ||||||
|     ./monitoring.nix |     ./monitoring.nix | ||||||
|     ./nfs.nix |     ./nfs.nix | ||||||
|     ./slurm-daemon.nix |     ./slurm-daemon.nix | ||||||
|     ./ceph.nix |  | ||||||
|     #./pxe.nix |     #./pxe.nix | ||||||
|     agenix.nixosModules.default |     agenix.nixosModules.default | ||||||
|   ]; |   ]; | ||||||
|  | |||||||
| @ -1,5 +1,6 @@ | |||||||
| { config, pkgs, ... }: | { config, pkgs, ... }: | ||||||
| 
 | 
 | ||||||
|  | # Mounts the /ceph filesystem at boot | ||||||
| { | { | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|     ceph |     ceph | ||||||
		Reference in New Issue
	
	Block a user