fix: clean-up

This commit is contained in:
Kat Inskip 2023-01-29 15:44:57 -08:00
parent 1ca6189cfd
commit 160be4bd90
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 13 additions and 41 deletions

View file

@ -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