mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: clean-up
This commit is contained in:
parent
1ca6189cfd
commit
160be4bd90
11 changed files with 13 additions and 41 deletions
|
|
@ -5,7 +5,7 @@ inherit (lib.attrsets) mapAttrsToList;
|
|||
commonUser = {
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = concatLists (mapAttrsToList
|
||||
(name: user:
|
||||
(_: user:
|
||||
if elem "wheel" user.extraGroups then
|
||||
user.openssh.authorizedKeys.keys
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue