Skip to content

Commit 43e6d64

Browse files
Merge pull request #247 from NuschtOS/lib-ssh
Lib ssh
2 parents f327f45 + 7d46b0a commit 43e6d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ssh.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _:
33
{
44
mkPubKey = name: type: publicKey: {
55
"${name}-${type}" = {
6-
extraHostNames = [ name ];
6+
hostNames = [ name ];
77
publicKey = "${type} ${publicKey}";
88
};
99
};

0 commit comments

Comments
 (0)