Update authorizedKeysRepo rev in common/users.nix
to add echtnurich secondary device key
This commit is contained in:
parent
ef1710b09f
commit
579b63fe89
|
@ -12,7 +12,7 @@ let
|
|||
authorizedKeysRepo = builtins.fetchGit {
|
||||
url = "forgejo@git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git";
|
||||
ref = "trunk";
|
||||
rev = "0db6df46b68c07edbefe2a5f9ce4002fb6462980";
|
||||
rev = "da9d3ead9d97ce0fef7538638326264957e2f1b4";
|
||||
};
|
||||
authorizedKeys = builtins.filter (item: item != "") (lib.strings.splitString "\n" (builtins.readFile "${authorizedKeysRepo}/authorized_keys"));
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue