feat(whitby): Add grfn
it's not glittershark because grfn is the username I have on my laptop and I want to be able to ssh without an `@`. Change-Id: Ie1fb6f5e12f3ac52a44680704179bd27a00a7768 Reviewed-on: https://cl.tvl.fyi/c/depot/+/850 Reviewed-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									ba98c3ba49
								
							
						
					
					
						commit
						298060dba9
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		|  | @ -143,6 +143,14 @@ in systemForConfig { | |||
|       openssh.authorizedKeys.keys = depot.users.lukegb.keys.all; | ||||
|     }; | ||||
| 
 | ||||
|     users.grfn = { | ||||
|       isNormalUser = true; | ||||
|       extraGroups = [ "git" "wheel" ]; | ||||
|       openssh.authorizedKeys.keys = [ | ||||
|         depot.users.glittershark.keys.whitby | ||||
|       ]; | ||||
|     }; | ||||
| 
 | ||||
|     # Set up a user & group for git shenanigans | ||||
|     groups.git = {}; | ||||
|     users.git = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue