diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 14:45:57 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 14:45:57 +0200 |
commit | 0574c47e5f8da0e3cb68af0aa4ffe1775c94cad7 (patch) | |
tree | 8431810a001fb1c19da2f7738cea68ff4fbfc886 | |
parent | 1a935e0791fe66acf04dcbfcda4d1f1d44b53313 (diff) | |
download | nixcfg-0574c47e5f8da0e3cb68af0aa4ffe1775c94cad7.tar.gz nixcfg-0574c47e5f8da0e3cb68af0aa4ffe1775c94cad7.zip |
Add hint about ssh_config
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Basically: - 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` + - Add `User root` for the first time as your user will not be declared yet on the system ## How to deploy a Nix configuration on a fresh node |