refactor(flake): simplify code
This commit is contained in:
parent
b79a460d45
commit
2ab57e9051
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
createUser = name: args:
|
||||
({ pkgs, ... }@args2:
|
||||
(createUser' name args) ({ inherit home-manager; } // args2));
|
||||
createMediaGroup = { ... }: { users.groups.media = { gid = 600; }; };
|
||||
createMediaGroup = _: { users.groups.media.gid = 600; };
|
||||
};
|
||||
in rec {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue