forked from CCCHH/nix-infra
Use new infrastructure-authorized-keys url and latest commit
This commit is contained in:
parent
aa25b300e3
commit
7fd115ca22
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
authorizedKeysRepo = builtins.fetchGit {
|
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";
|
ref = "trunk";
|
||||||
rev = "6dbf11113603a4f6c12f781c2dc7a8980e65a131";
|
rev = "0db6df46b68c07edbefe2a5f9ce4002fb6462980";
|
||||||
};
|
};
|
||||||
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…
Reference in a new issue