forked from jan-leila/nix-config
		
	added ollama to defiant
This commit is contained in:
		
							parent
							
								
									5cc41542e1
								
							
						
					
					
						commit
						7b6344b419
					
				
					 3 changed files with 32 additions and 2 deletions
				
			
		|  | @ -201,13 +201,28 @@ | |||
|     }; | ||||
| 
 | ||||
|     ollama = { | ||||
|       enable = false; | ||||
|       enable = true; | ||||
|       exposePort = true; | ||||
| 
 | ||||
|       loadModels = [ | ||||
|         "deepseek-coder:6.7b" | ||||
|         # conversation models | ||||
|         "llama3.1:8b" | ||||
|         "deepseek-r1:8b" | ||||
|         "deepseek-r1:32b" | ||||
|         "deepseek-r1:70b" | ||||
| 
 | ||||
|         # auto complete models | ||||
|         "qwen2.5-coder:1.5b-base" | ||||
|         "qwen2.5-coder:7b" | ||||
|         "deepseek-coder:6.7b" | ||||
|         "deepseek-coder:33b" | ||||
| 
 | ||||
|         # agent models | ||||
|         "qwen3:8b" | ||||
|         "qwen3:32b" | ||||
| 
 | ||||
|         # embedding models | ||||
|         "nomic-embed-text:latest" | ||||
|       ]; | ||||
|     }; | ||||
|     tailscale = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue