forked from DGNum/infrastructure
feat(machines/nixos/build01/nix-builder): add builder-specific keys via dgn-keys
Reuses the commit on builder-specific keys. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
551c75ac47
commit
b5fe7bd71f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
users.groups.nix-builders = { };
|
||||
users.users = lib.genAttrs meta.organization.groups.nix-builder (u: {
|
||||
extraGroups = [ "nix-builders" ];
|
||||
openssh.authorizedKeys.keys = dgn-keys.getBuilderKeys u;
|
||||
});
|
||||
|
||||
security.pam.loginLimits = [
|
||||
|
|
Loading…
Add table
Reference in a new issue