allow phone's pub key to login

This commit is contained in:
Adithya 2023-10-11 12:32:00 +05:30
parent 630082cb8c
commit efd52e92ea
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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
]; ];
}; };
}; };