forked from jan-leila/nix-config
		
	feat: added auto aproval for nixos mcp server settings
This commit is contained in:
		
							parent
							
								
									d4615fc435
								
							
						
					
					
						commit
						21edda5fe6
					
				
					 3 changed files with 23 additions and 2 deletions
				
			
		|  | @ -71,7 +71,18 @@ in { | |||
|             claudeDev = lib.mkIf ai-tooling-enabled { | ||||
|               enable = true; | ||||
|               mcp = { | ||||
|                 nixos.enable = true; | ||||
|                 nixos = { | ||||
|                   enable = true; | ||||
|                   autoApprove = { | ||||
|                     nixos_search = true; | ||||
|                     nixos_info = true; | ||||
|                     home_manager_search = true; | ||||
|                     home_manager_info = true; | ||||
|                     darwin_search = true; | ||||
|                     darwin_info = true; | ||||
|                     nixos_flakes_search = true; | ||||
|                   }; | ||||
|                 }; | ||||
|                 eslint = { | ||||
|                   enable = true; | ||||
|                   autoApprove = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue