From 2aec099b31e0b85f245d5f76b9e5e2623b30df40 Mon Sep 17 00:00:00 2001 From: sid Date: Fri, 6 Mar 2026 09:15:53 +0100 Subject: [PATCH] fix create script docs --- docs/getting-started/create-nix-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-nix-config.md b/docs/getting-started/create-nix-config.md index 0532763..a96bd5e 100644 --- a/docs/getting-started/create-nix-config.md +++ b/docs/getting-started/create-nix-config.md @@ -20,7 +20,7 @@ Available templates are: Alternatively, use this flake's create script: ```bash -nix run "git+https://git.sid.ovh/sid/synix#create" -- -t TEMPLATE -u YOUR_USER -h YOUR_HOSTNAME +nix run "git+https://git.sid.ovh/sid/synix#create" -- -t TEMPLATE -u YOUR_USER -H YOUR_HOSTNAME ``` Check: