forked from jan-leila/nix-config
		
	fixed identities not being found automatically
This commit is contained in:
		
							parent
							
								
									c557523bd6
								
							
						
					
					
						commit
						445df7eb5b
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -44,7 +44,10 @@ | |||
|         programs.ssh = { | ||||
|           enable = true; | ||||
|           compression = true; | ||||
|           addKeysToAgent = "prompt"; | ||||
|           addKeysToAgent = "confirm"; | ||||
|           extraConfig = lib.strings.concatLines ( | ||||
|             builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys | ||||
|           ); | ||||
|         }; | ||||
| 
 | ||||
|         systemd.user.services = builtins.listToAttrs ( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue