From 5ba7dda71877e8482da6f5a8a45ad29009776551 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 6 Dec 2022 23:22:05 +0100 Subject: [PATCH] Install git before joining a cluster --- content/operations/deploiement/noeud/guide_création_nœud.md | 3 +++ 1 file changed, 3 insertions(+) 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;