Add remote users

This commit is contained in:
Daniel Flanagan 2023-07-27 13:37:04 -05:00
parent c685350d50
commit e832775dc8
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 20 additions and 0 deletions

View File

@ -103,6 +103,26 @@
extraGroups = [
];
};
users.users.ben = {
isNormalUser = true;
packages = with pkgs; [
vim
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUfLZ+IX85p9355Po2zP1H2tAxiE0rE6IYb8Sf+eF9T ben@benhany.com"
];
};
users.users.alan = {
isNormalUser = true;
packages = with pkgs; [
vim
];
openssh.authorizedKeys.keys = [
""
];
};
users.users.restic = {
# used for other machines to backup to