add to install steps

This commit is contained in:
zuckerberg 2021-05-21 14:14:51 -04:00
parent 6e47b5a493
commit 5303398643

View File

@ -33,4 +33,5 @@ HiddenServicePort 1234 127.0.0.1:1234
nix-shell -p tor --run "tor -f /tmp/tor.rc"
ssh-keygen -q -N "" -t rsa -b 4096 -f /mnt/secret/ssh_host_rsa_key
ssh-keygen -q -N "" -t ed25519 -f /mnt/secret/ssh_host_ed25519_key
nixos-generate-config --root /mnt # copy hardware config
nixos-generate-config --root /mnt # copy hardware config
nixos-install --flake "git+https://git.neet.dev/zuckerberg/nix-config.git#MACHINE_NAME"