allow phone's pub key to login
This commit is contained in:
parent
630082cb8c
commit
efd52e92ea
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ in {
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
user.primary.sshPublicKey
|
user.primary.sshPublicKey
|
||||||
|
secrets.phone.sshPublicKey
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue