diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 14:13:55 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 14:13:55 +0200 |
commit | 52d0fdf133b901be20b53b578efdaf39daafc522 (patch) | |
tree | 92e01e7d84a257f34b45af982717d657b67a8338 /README.md | |
parent | a07b185055cda8b4b51aeee343a145ff421d4157 (diff) | |
download | nixcfg-52d0fdf133b901be20b53b578efdaf39daafc522.tar.gz nixcfg-52d0fdf133b901be20b53b578efdaf39daafc522.zip |
Add channel selection in the deploy script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |