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; |   programs.adb.enable = true; | ||||||
| 
 | 
 | ||||||
|   services.ollama = { |   services = { | ||||||
|     enable = true; |     # sudo fprintd-enroll | ||||||
|  |     fprintd = { | ||||||
|  |       enable = true; | ||||||
|  |     }; | ||||||
|  |     ollama = { | ||||||
|  |       enable = true; | ||||||
| 
 | 
 | ||||||
|     loadModels = [ |       loadModels = [ | ||||||
|       "deepseek-coder:1.3b" |         "deepseek-coder:1.3b" | ||||||
|       "deepseek-r1:1.5b" |         "deepseek-r1:1.5b" | ||||||
|     ]; |       ]; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # Enable touchpad support (enabled default in most desktopManager). |   # Enable touchpad support (enabled default in most desktopManager). | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue