mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(systems/chen): initialise
This commit is contained in:
parent
ccf6a6f704
commit
ee228abd84
5 changed files with 116 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue