Update setup notes
This commit is contained in:
parent
b7e643b1b6
commit
243d656035
|
@ -36,7 +36,7 @@ curl https://git.cryto.net/joepie91/morph-rc/raw/master/data/dummy-configuration
|
|||
nixos-install
|
||||
|
||||
# NOTE: Don't forget to set a better root password over SSH after restarting
|
||||
|
||||
# NOTE: Don't forget to run ./deploy-secrets if needed!
|
||||
|
||||
#################################
|
||||
|
||||
|
|
|
@ -3,3 +3,5 @@ nix-shell --command 'tinc --batch --config ./ -n cryto generate-ed25519-keys' --
|
|||
|
||||
# NOTE: Change the machine name!
|
||||
mv ed25519_key.priv tinc-key.priv && sed -i -r 's/^Ed25519PublicKey = //' ed25519_key.pub && mv ed25519_key.pub ../../configuration/data/tinc-keys/machine-haless-03.cryto.net.pub
|
||||
|
||||
# Don't forget to run ./deploy-secrets!
|
||||
|
|
Loading…
Reference in a new issue