keys: add kalessin, shaw; update trungle

This commit is contained in:
Katherina Walshe-Grey 2024-09-28 07:42:07 +01:00
parent ab035dcd5b
commit 56bdf36abd
2 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@ in
users.users.richard = {
isNormalUser = true;
home = "/home/richard";
openssh.authorizedKeys.keys = keys.users.richard;
openssh.authorizedKeys.keys = keys.users.trungle;
uid = 1002;
};
}