fix(whitby): Include lukegb's & grfn's SSH keys in initrd
Change-Id: I8921d645b1a81510e04314e519195c1c01d3fd14 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2286 Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									86ec8c1b94
								
							
						
					
					
						commit
						c3bbb861b8
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -58,9 +58,10 @@ in lib.fix(self: {
 | 
			
		|||
        ssh = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
          port = 2222;
 | 
			
		||||
          authorizedKeys = [
 | 
			
		||||
            depot.users.tazjin.keys.frog
 | 
			
		||||
          ];
 | 
			
		||||
          authorizedKeys =
 | 
			
		||||
            depot.users.tazjin.keys.all
 | 
			
		||||
            ++ depot.users.lukegb.keys.all
 | 
			
		||||
            ++ [ depot.users.glittershark.keys.whitby ];
 | 
			
		||||
 | 
			
		||||
          hostKeys = [
 | 
			
		||||
            /etc/secrets/initrd_host_ed25519_key
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue