feat(ops/whitby): add sterni to trusted users
I am somewhat trustworthy… maybe? Also I tend to gc depot stuff so ssh serve would be neat. Change-Id: I4672f20a32a756692dd156b5e40e5a7f37ba5ad0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2660 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									1f40a52280
								
							
						
					
					
						commit
						27b300fe34
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -172,6 +172,7 @@ in lib.fix(self: {
 | 
				
			||||||
      "grfn"
 | 
					      "grfn"
 | 
				
			||||||
      "lukegb"
 | 
					      "lukegb"
 | 
				
			||||||
      "tazjin"
 | 
					      "tazjin"
 | 
				
			||||||
 | 
					      "sterni"
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sshServe = {
 | 
					    sshServe = {
 | 
				
			||||||
| 
						 | 
					@ -179,7 +180,9 @@ in lib.fix(self: {
 | 
				
			||||||
      keys = with depot.users;
 | 
					      keys = with depot.users;
 | 
				
			||||||
        tazjin.keys.all
 | 
					        tazjin.keys.all
 | 
				
			||||||
        ++ lukegb.keys.all
 | 
					        ++ lukegb.keys.all
 | 
				
			||||||
        ++ [ glittershark.keys.whitby ];
 | 
					        ++ [ glittershark.keys.whitby ]
 | 
				
			||||||
 | 
					        ++ sterni.keys.all
 | 
				
			||||||
 | 
					        ;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue