forked from Deuxfleurs/guide.deuxfleurs.fr
Install git before joining a cluster
This commit is contained in:
parent
9e772218ad
commit
5ba7dda718
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue