Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration to easily add developers to build machines #65

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

joinemm
Copy link
Collaborator

@joinemm joinemm commented Jan 31, 2024

Adds developers.nix to the ficolobuild directory, where it can be imported to easily add all developers to any builder. Adding and removing developers from the file is easy, with only name and ssh keys required. The nix expression will map through this array and build the user and group configuration.

I have made the decision to not create separate home directories for each developer, but instead use a shared /home/developers directory. The reasoning is to avoid leftover directories as developers are removed. And as this is just meant to be used as a builder, the home directory is rarely needed.

@joinemm joinemm requested review from henrirosten, mkaapu and a team January 31, 2024 17:51
henrirosten
henrirosten previously approved these changes Feb 1, 2024
@joinemm
Copy link
Collaborator Author

joinemm commented Feb 1, 2024

Removed the shared home directory as it caused more issues than it solved

@joinemm joinemm merged commit a08969f into tiiuae:main Feb 2, 2024
1 check passed
@joinemm joinemm deleted the pr-developer-users branch February 2, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants