From 243d656035556cf39ae21ade299297bc6c09063e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 1 Jun 2020 01:51:03 +0200 Subject: [PATCH] Update setup notes --- notes/nixos-setup.txt | 2 +- notes/tinc-key-setup.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/notes/nixos-setup.txt b/notes/nixos-setup.txt index 3936b0b..d7319c8 100644 --- a/notes/nixos-setup.txt +++ b/notes/nixos-setup.txt @@ -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! ################################# diff --git a/notes/tinc-key-setup.txt b/notes/tinc-key-setup.txt index f448a68..2918a56 100644 --- a/notes/tinc-key-setup.txt +++ b/notes/tinc-key-setup.txt @@ -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!