mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Use map without the namespace
This commit is contained in:
parent
24660866db
commit
72f2a46835
3 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@
|
|||
});
|
||||
|
||||
defaultConfiguration = {
|
||||
age.identityPaths = builtins.map (user: "/home/${user}/.ssh/id") users.all;
|
||||
age.identityPaths = map (user: "/home/${user}/.ssh/id") users.all;
|
||||
|
||||
home-manager.users = lib.genAttrs users.all (_: {});
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue