forked from CCCHH/nix-infra
		
	Use latest version of infrastructure-authorized-keys repo
This commit is contained in:
		
					parent
					
						
							
								34f5a8b229
							
						
					
				
			
			
				commit
				
					
						26132b1526
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ let
 | 
				
			||||||
  authorizedKeysRepo = builtins.fetchGit {
 | 
					  authorizedKeysRepo = builtins.fetchGit {
 | 
				
			||||||
    url = "ssh://git@gitlab.hamburg.ccc.de:4242/ccchh/infrastructure-authorized-keys.git";
 | 
					    url = "ssh://git@gitlab.hamburg.ccc.de:4242/ccchh/infrastructure-authorized-keys.git";
 | 
				
			||||||
    ref = "trunk";
 | 
					    ref = "trunk";
 | 
				
			||||||
    rev = "1b625d752fe5f19fd110871b9e3dfc6c93d3495a";
 | 
					    rev = "6dbf11113603a4f6c12f781c2dc7a8980e65a131";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  authorizedKeys = builtins.filter (item: item != "") (lib.strings.splitString "\n" (builtins.readFile "${authorizedKeysRepo}/authorized_keys"));
 | 
					  authorizedKeys = builtins.filter (item: item != "") (lib.strings.splitString "\n" (builtins.readFile "${authorizedKeysRepo}/authorized_keys"));
 | 
				
			||||||
in
 | 
					in
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue