mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
modularized ssh keys
This commit is contained in:
parent
ce0efd2dfe
commit
d578af7b21
4 changed files with 11 additions and 10 deletions
|
|
@ -7,7 +7,7 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = config.user.groups
|
||||
++ [ "video" "audio" "kvm" "libvirtd" "docker" ];
|
||||
openssh.authorizedKeys.keys = config.user.sshKey2;
|
||||
openssh.authorizedKeys.keys = config.user.sshKeys.key2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue