mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor(hakurei): add kyuuto
This commit is contained in:
parent
8335b8f3a0
commit
6814747c40
15 changed files with 158 additions and 13 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.attrsets) filterAttrs mapAttrsToList;
|
||||
inherit (lib.lists) elem;
|
||||
userIs = group: user: elem group (user.extraGroups ++ [ user.group ]);
|
||||
inherit (inputs.self.lib.lib) userIs;
|
||||
in {
|
||||
users.groups = {
|
||||
peeps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue