summaryrefslogtreecommitdiff
path: root/TestServerSetup.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'TestServerSetup.mdwn')
-rw-r--r--TestServerSetup.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/TestServerSetup.mdwn b/TestServerSetup.mdwn
index 6316b82..91c1191 100644
--- a/TestServerSetup.mdwn
+++ b/TestServerSetup.mdwn
@@ -43,11 +43,12 @@ Mount the partitions as steps 1-3 instruct.
Clone our repo in to `/etc/nixos` on the target machine:
cd /mnt
+ mkdir -p etc
mkdir -p tmp # needed for a bug in the installer
git clone https://github.com/YellowOnion/nixos-test-farm.git nixos
- cd nixos
+ cd etc/nixos
Run our custom setup script (this automates `nixos-generate-config`):