Update authorizedKeysRepo rev in common/users.nix

to add echtnurich secondary device key
This commit is contained in:
christian 2024-06-08 21:39:24 +02:00
parent ef1710b09f
commit 579b63fe89
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -12,7 +12,7 @@ let
authorizedKeysRepo = builtins.fetchGit { authorizedKeysRepo = builtins.fetchGit {
url = "forgejo@git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git"; url = "forgejo@git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git";
ref = "trunk"; ref = "trunk";
rev = "0db6df46b68c07edbefe2a5f9ce4002fb6462980"; rev = "da9d3ead9d97ce0fef7538638326264957e2f1b4";
}; };
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