aboutsummaryrefslogtreecommitdiff
path: root/content/operations/deploiement/noeud/guide_création_nœud.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/operations/deploiement/noeud/guide_création_nœud.md')
-rw-r--r--content/operations/deploiement/noeud/guide_création_nœud.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/operations/deploiement/noeud/guide_création_nœud.md b/content/operations/deploiement/noeud/guide_création_nœud.md
index 28823d9..907d4a8 100644
--- a/content/operations/deploiement/noeud/guide_création_nœud.md
+++ b/content/operations/deploiement/noeud/guide_création_nœud.md
@@ -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;