update authorized keys
This commit is contained in:
parent
4e56cab0cb
commit
447d7e6bbc
|
@ -215,7 +215,9 @@
|
||||||
sabrina = {
|
sabrina = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "networkmanager" "wheel" "media" ];
|
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;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue