From f4c143795e35766928b064abe415b2a7d592a003 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sun, 11 Feb 2024 23:42:14 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=85=20Better=20#hostname=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4892564..483a892 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ nixos-generate-config --show-hardware-config > hardware.nix ``` NIX_CONFIG="experimental-features = nix-command flakes" \ - sudo nixos-rebuild switch --flake .#zaney + sudo nixos-rebuild switch --flake .#thehostnameyousetinoptions.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!