mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-25 00:39:44 -04:00
got working
This commit is contained in:
parent
3a8d303d6f
commit
73a7fbb649
7 changed files with 24 additions and 8 deletions
|
|
@ -7,7 +7,10 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = config.user.groups
|
||||
++ [ "video" "audio" "kvm" "libvirtd" "dialout" ];
|
||||
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.android}" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"${config.user.keys.ssh.primary}"
|
||||
"${config.user.keys.ssh.ccur}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue