From 38c30f1505f7e25965a504ddaeba1400f45c18f4 Mon Sep 17 00:00:00 2001 From: asymmetric <101816+asymmetric@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:53:02 +0000 Subject: [PATCH 1/2] Fix path in snippet --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 3beaa6a1..e511d04f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -67,7 +67,7 @@ to it. Run the following command on the target machine: ```bash -nixos-generate-config --no-filesystems --dir /mnt +nixos-generate-config --no-filesystems --dir /mnt/etc ``` This creates the necessary configuration files under `/mnt/etc/nixos/`, which From 767fcc10776aa709a1be00f31aed7b5d263fa7cc Mon Sep 17 00:00:00 2001 From: asymmetric <101816+asymmetric@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:15:37 +0000 Subject: [PATCH 2/2] Update docs/quickstart.md Co-authored-by: Sizhe Zhao --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index e511d04f..f7b3b617 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -67,7 +67,7 @@ to it. Run the following command on the target machine: ```bash -nixos-generate-config --no-filesystems --dir /mnt/etc +nixos-generate-config --no-filesystems --dir /mnt/etc/nixos ``` This creates the necessary configuration files under `/mnt/etc/nixos/`, which