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