diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-06 23:22:05 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-06 23:22:05 +0100 |
commit | 5ba7dda71877e8482da6f5a8a45ad29009776551 (patch) | |
tree | b27b51d0b727b004c7dfae55142eebabbf031c1a | |
parent | 9e772218ad1aa284a38f1e1c4deb2397e4653ea3 (diff) | |
download | guide.deuxfleurs.fr-5ba7dda71877e8482da6f5a8a45ad29009776551.tar.gz guide.deuxfleurs.fr-5ba7dda71877e8482da6f5a8a45ad29009776551.zip |
Install git before joining a cluster
-rw-r--r-- | content/operations/deploiement/noeud/guide_création_nœud.md | 3 |
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; |