mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated ssh keys
This commit is contained in:
parent
5b67e3c586
commit
4b9fb65f30
4 changed files with 12 additions and 9 deletions
|
|
@ -19,7 +19,7 @@
|
|||
${config.user.name} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = config.user.groups;
|
||||
openssh.authorizedKeys.keys = config.user.sshKeys;
|
||||
openssh.authorizedKeys.keys = config.user.sshKey1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue