refactor(systemModules:ssh): move gnupg.agent to ssh module
This commit is contained in:
		
							parent
							
								
									3a91848085
								
							
						
					
					
						commit
						6db577fbf5
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		|  | @ -27,9 +27,16 @@ in | |||
|         KbdInteractiveAuthentication = mkDefault false; | ||||
|       }; | ||||
|     }; | ||||
|     programs.ssh = { | ||||
|       knownHosts = { | ||||
|         "192.168.1.36".publicKey = phoneKey; | ||||
| 
 | ||||
|     programs = { | ||||
|       ssh = { | ||||
|         knownHosts = { | ||||
|           "192.168.1.36".publicKey = phoneKey; | ||||
|         }; | ||||
|       }; | ||||
|       gnupg.agent = { | ||||
|         enable = true; | ||||
|         enableSSHSupport = true; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue