feat(wpcarro/ssh): Support iPhone SSH key
For termius access Change-Id: Ic91b80bfc8deb816b5a7634ca5e74bb026729067 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6542 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									f9007c6a47
								
							
						
					
					
						commit
						c0a2a13c84
					
				
					 3 changed files with 18 additions and 12 deletions
				
			
		|  | @ -81,9 +81,10 @@ in | |||
|   hardware.pulseaudio.enable = true; | ||||
| 
 | ||||
|   users.mutableUsers = true; | ||||
|   users.users.root.openssh.authorizedKeys.keys = [ | ||||
|     wpcarro.keys.nathan | ||||
|     wpcarro.keys.tarasco | ||||
|   users.users.root.openssh.authorizedKeys.keys = with wpcarro.keys; [ | ||||
|     iphone | ||||
|     nathan | ||||
|     tarasco | ||||
|   ]; | ||||
|   users.users.wpcarro = { | ||||
|     isNormalUser = true; | ||||
|  | @ -93,9 +94,10 @@ in | |||
|       "docker" | ||||
|     ]; | ||||
|     shell = pkgs.fish; | ||||
|     openssh.authorizedKeys.keys = [ | ||||
|       wpcarro.keys.nathan | ||||
|       wpcarro.keys.tarasco | ||||
|     openssh.authorizedKeys.keys = with wpcarro.keys; [ | ||||
|       iphone | ||||
|       nathan | ||||
|       tarasco | ||||
|     ]; | ||||
|   }; | ||||
|   users.extraGroups.vboxusers.members = [ "wpcarro" ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue