fix(openssh): Actually set pub keys from github
This commit is contained in:
parent
4b3b16e61c
commit
55f8269e0a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in
|
||||||
sudo.disabled = false;
|
sudo.disabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh.knownHostsFiles =
|
services.openssh.authorizedKeysFiles =
|
||||||
lib.mapAttrsToList
|
lib.mapAttrsToList
|
||||||
(username: sha256: builtins.fetchurl {
|
(username: sha256: builtins.fetchurl {
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
|
Loading…
Reference in a new issue