From 05bb3759d862a3588785cbf8fe4fe3f823dde605 Mon Sep 17 00:00:00 2001 From: Daniel Hill Date: Mon, 31 Oct 2022 18:44:51 +1300 Subject: add missing etc dir. nixos-generate-config usually sets up etc directory for us but we need it prior to running that command. Signed-off-by: Daniel Hill --- TestServerSetup.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`): -- cgit v1.2.3