From 4d994c5ca00aa375f4482dfce81bd34ba1eb4944 Mon Sep 17 00:00:00 2001 From: Bun Date: Fri, 21 Mar 2025 20:00:59 -0400 Subject: [PATCH] Wow I'm terrible at this whole readme thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9264dfc6..a203caa0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ While this is primarily organized for my own use, you may find each individual s You can install this flake from any system with Nix installed, including any ISO. Use ``nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount ./filename.nix`` to format the disk with Disko. You will want to generate a hardware-config.nix file using ``nixos-generate-config --root ./ --no-filesystems``, and adapt it to fit the format of ``/hosts``, adjusting for your specific system. -After, the install can be finished with ``nixos-install --flake /etc/nixos/.#host``, where ``host`` is a hostname defined in this flake. +After, the install can be finished with ``nixos-install --flake .#host``, where ``host`` is a hostname defined in this flake. ### Usage Home-Manager is handled with the system, but can be used on other systems with Nix without root. A rebuild of a user's home is done with ``home-manager switch --flake /etc/nixos/.#user``, as defined under ``homeConfigurations`` in the flake.