From 6f7c428c4ac422677716c96b3658a7ef181ab0d2 Mon Sep 17 00:00:00 2001 From: JayDeLux Date: Fri, 5 Jan 2024 22:15:21 +0100 Subject: [PATCH] Little typo --- docs/howtos/no-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/no-os.md b/docs/howtos/no-os.md index b81ba88..dec5e52 100644 --- a/docs/howtos/no-os.md +++ b/docs/howtos/no-os.md @@ -67,5 +67,5 @@ You can then use the IP address to run `nixos-anywhere` like this: nix run github:nix-community/nixos-anywhere -- --flake '.#myconfig' nixos@fec0::5054:ff:fe12:3456 ``` -This example assumes a flake in the curent directory containing a configuration +This example assumes a flake in the current directory containing a configuration named `myconfig`.