gdd
dee54e706d
Initial configuration of remote-builder-01. Co-authored-by: Gabriel DORIATH DOHLER <gabriel.doriath.dohler@ens.psl.eu> Reviewed-on: https://git.rz.ens.wtf/Klub-RZ/infrastructure/pulls/2 Co-authored-by: gdd <gabriel.doriath.dohler@ens.fr> Co-committed-by: gdd <gabriel.doriath.dohler@ens.fr>
14 lines
360 B
Markdown
14 lines
360 B
Markdown
# NixOS configuration of klubrz's machines
|
|
|
|
## Machines
|
|
|
|
Refer to wiki for details.
|
|
|
|
- `core-services-01`
|
|
- `remote-builder-01`
|
|
|
|
## How to deploy a machine?
|
|
|
|
Ensure you have the right access for the secrets.
|
|
|
|
Then, perform `$(nix-build krops.nix -A $MACHINE_NAME)` or `nix-build krops.nix -A $MACHINE_NAME && ./result` which will start the deployment process.
|