feat(systems/chen): initialise

This commit is contained in:
Kat Inskip 2023-02-04 14:56:01 -08:00
parent ccf6a6f704
commit ee228abd84
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 116 additions and 18 deletions

View file

@ -3,7 +3,6 @@
inherit (lib.lists) concatLists elem;
inherit (lib.attrsets) mapAttrsToList;
commonUser = {
shell = pkgs.zsh;
openssh.authorizedKeys.keys = concatLists (mapAttrsToList
(_: user:
if elem "wheel" user.extraGroups then