From 530339864349876cfb69ddf951817f8bfd437801 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 21 May 2021 14:14:51 -0400 Subject: [PATCH] add to install steps --- new_machine.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new_machine.txt b/new_machine.txt index 28052e0..7050e8e 100644 --- a/new_machine.txt +++ b/new_machine.txt @@ -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 \ No newline at end of file +nixos-generate-config --root /mnt # copy hardware config +nixos-install --flake "git+https://git.neet.dev/zuckerberg/nix-config.git#MACHINE_NAME" \ No newline at end of file