Use new infrastructure-authorized-keys url and latest commit
This commit is contained in:
parent
aa25b300e3
commit
7fd115ca22
|
@ -10,9 +10,9 @@
|
|||
|
||||
let
|
||||
authorizedKeysRepo = builtins.fetchGit {
|
||||
url = "ssh://git@gitlab.hamburg.ccc.de:4242/ccchh/infrastructure-authorized-keys.git";
|
||||
url = "forgejo@git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git";
|
||||
ref = "trunk";
|
||||
rev = "6dbf11113603a4f6c12f781c2dc7a8980e65a131";
|
||||
rev = "0db6df46b68c07edbefe2a5f9ce4002fb6462980";
|
||||
};
|
||||
authorizedKeys = builtins.filter (item: item != "") (lib.strings.splitString "\n" (builtins.readFile "${authorizedKeysRepo}/authorized_keys"));
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue