update authorized keys

This commit is contained in:
♥ Minnie ♥ 2023-11-05 15:39:49 +00:00
parent 4e56cab0cb
commit 447d7e6bbc

View file

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