From 62a1c21c8961ee28f9d20e759f41252000a86713 Mon Sep 17 00:00:00 2001 From: steledama Date: Thu, 8 Feb 2024 22:49:08 +0100 Subject: [PATCH] Small update on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e8a1d..3ccd7ed 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,6 @@ nixos-generate-config --show-hardware-config > hardware.nix sudo nixos-rebuild switch --flake . ``` -Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in flake.nix! +Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in options.nix! Hope you enjoy!