Skip to content

Commit

Permalink
fix(openssh): Actually set pub keys from github
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Jan 27, 2024
1 parent 4b3b16e commit 55f8269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in
sudo.disabled = false;
};

programs.ssh.knownHostsFiles =
services.openssh.authorizedKeysFiles =
lib.mapAttrsToList
(username: sha256: builtins.fetchurl {
inherit sha256;
Expand Down

0 comments on commit 55f8269

Please sign in to comment.