forked from DGNum/infrastructure
modules/dgn-access-control: Use getAllKeys instead of getKeyFiles
This commit is contained in:
parent
be29da5e7e
commit
8a65ff477d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ with lib;
|
|||
dgn-access-control.users.root = mkDefault admins;
|
||||
|
||||
users.users = builtins.mapAttrs
|
||||
(u: members: { openssh.authorizedKeys.keyFiles = dgn-lib.getKeyFiles members; })
|
||||
(u: members: { openssh.authorizedKeys.keys = dgn-lib.getAllKeys members; })
|
||||
cfg.users;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue