Consistence

This commit is contained in:
Bun 2025-03-21 20:00:17 -04:00
parent 268a455c32
commit cfec9df7b8

View file

@ -5,7 +5,7 @@ While this is primarily organized for my own use, you may find each individual s
### Installation ### Installation
You can install this flake from any system with Nix installed, including any ISO. You can install this flake from any system with Nix installed, including any ISO.
Use ``sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount ./filename.nix`` to format the disk with Disko. 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. 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 /etc/nixos/.#host``, where ``host`` is a hostname defined in this flake.