aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-10-16 14:45:57 +0200
committerGitea <gitea@fake.local>2022-10-16 14:17:12 +0000
commitfdc50fdcfd14a31c6302725cd2b585c4f5ae9d3e (patch)
tree8431810a001fb1c19da2f7738cea68ff4fbfc886 /README.md
parent5f08713dfb43f9096e5e1b84685ee528446df656 (diff)
downloadnixcfg-fdc50fdcfd14a31c6302725cd2b585c4f5ae9d3e.tar.gz
nixcfg-fdc50fdcfd14a31c6302725cd2b585c4f5ae9d3e.zip
Add hint about ssh_config
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4975527..7220fa4 100644
--- a/README.md
+++ b/README.md
@@ -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