forked from jan-leila/nix-config
		
	added type to tokenFile
This commit is contained in:
		
							parent
							
								
									f8966f062f
								
							
						
					
					
						commit
						14f170cdc9
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -42,7 +42,10 @@ in { | ||||||
|         type = lib.types.str; |         type = lib.types.str; | ||||||
|         description = "what user is the email going to be set from"; |         description = "what user is the email going to be set from"; | ||||||
|       }; |       }; | ||||||
|       tokenFile = lib.mkOption {}; # TODO: make this a secrets file |       tokenFile = lib.mkOption { | ||||||
|  |         type = lib.types.str; | ||||||
|  |         description = "file containing the password to be used by msmtp for notifications"; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
|     pool = { |     pool = { | ||||||
|       vdevs = lib.mkOption { |       vdevs = lib.mkOption { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue