update authorized keys
This commit is contained in:
parent
4e56cab0cb
commit
447d7e6bbc
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@
|
|||
sabrina = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" "media" ];
|
||||
openssh.authorizedKeys.keyFiles = [ ../fuchsia/id_ed25519_sk.pub ];
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
../../home-manager/erika/id_ed25519_sk.pub
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue