forked from jan-leila/nix-config
		
	added fprintd to horizon
This commit is contained in:
		
							parent
							
								
									561766c676
								
							
						
					
					
						commit
						07514ed043
					
				
					 1 changed files with 12 additions and 6 deletions
				
			
		|  | @ -38,13 +38,19 @@ | |||
| 
 | ||||
|   programs.adb.enable = true; | ||||
| 
 | ||||
|   services.ollama = { | ||||
|     enable = true; | ||||
|   services = { | ||||
|     # sudo fprintd-enroll | ||||
|     fprintd = { | ||||
|       enable = true; | ||||
|     }; | ||||
|     ollama = { | ||||
|       enable = true; | ||||
| 
 | ||||
|     loadModels = [ | ||||
|       "deepseek-coder:1.3b" | ||||
|       "deepseek-r1:1.5b" | ||||
|     ]; | ||||
|       loadModels = [ | ||||
|         "deepseek-coder:1.3b" | ||||
|         "deepseek-r1:1.5b" | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   # Enable touchpad support (enabled default in most desktopManager). | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue