From 5ba7dda71877e8482da6f5a8a45ad29009776551 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 6 Dec 2022 23:22:05 +0100 Subject: Install git before joining a cluster --- .../operations/deploiement/noeud/guide_cr\303\251ation_n\305\223ud.md" | 3 +++ 1 file changed, 3 insertions(+) diff --git "a/content/operations/deploiement/noeud/guide_cr\303\251ation_n\305\223ud.md" "b/content/operations/deploiement/noeud/guide_cr\303\251ation_n\305\223ud.md" index 28823d9..907d4a8 100644 --- "a/content/operations/deploiement/noeud/guide_cr\303\251ation_n\305\223ud.md" +++ "b/content/operations/deploiement/noeud/guide_cr\303\251ation_n\305\223ud.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; -- cgit v1.2.3