Install git before joining a cluster

This commit is contained in:
Baptiste Jonglez 2022-12-06 23:22:05 +01:00
parent 9e772218ad
commit 5ba7dda718
1 changed files with 3 additions and 0 deletions

View File

@ -80,10 +80,13 @@ users.users.nomUtilisateur = {
```
environment.systemPackages = with pkgs; [
vim
git
wget
emacs
];
```
L'installation de git est nécessaire pour rejoindre un cluster Deuxfleurs.
Enfin activons le serveur SSH en décommentant :
```
services.openssh.enable = true;