Add agenix module to ceph
This commit is contained in:
		
							parent
							
								
									2c8c90e6e4
								
							
						
					
					
						commit
						2042d58b72
					
				| @ -1,7 +1,9 @@ | |||||||
| { config, pkgs, ... }: | { config, pkgs, agenix, ... }: | ||||||
| 
 | 
 | ||||||
| # Mounts the /ceph filesystem at boot | # Mounts the /ceph filesystem at boot | ||||||
| { | { | ||||||
|  |   imports = [ agenix.nixosModules.default ]; | ||||||
|  | 
 | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|     ceph |     ceph | ||||||
|     ceph-client |     ceph-client | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user