aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-10-16 14:13:55 +0200
committerGitea <gitea@fake.local>2022-10-16 14:17:12 +0000
commite658b79d06ddc917e2ecabd4ad7d8c9037e38121 (patch)
tree92e01e7d84a257f34b45af982717d657b67a8338 /README.md
parentc4c20b691cbb71fc8fe06f9ce09d9a5bf256a6b1 (diff)
downloadnixcfg-e658b79d06ddc917e2ecabd4ad7d8c9037e38121.tar.gz
nixcfg-e658b79d06ddc917e2ecabd4ad7d8c9037e38121.zip
Add channel selection in the deploy script
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecf2567..4975527 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ Basically:
- Add your wireguard configuration to `cluster/prod/cluster.nix`
- You will have to edit your NAT config manually
- To get your node's wg public key, you must run `./deploy_prod prod <node>`, see the next section for more information
+ - Add your nodes to `cluster/prod/ssh_config`, it will be used by the various SSH scripts.
+ - If you use `ssh` directly, use `ssh -F ./cluster/prod/ssh_config`
## How to deploy a Nix configuration on a fresh node