flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 7df391ee5ce5e97a8e23138b5e8cd2b4ebdfe5ac
parent 7f8cfabcae248ceec87f8d1e7c34899b12c59371
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 14 Apr 2025 16:36:44 +0200

chore: fix minor grammatical issues

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -31,14 +31,14 @@ Installation When installing a configuration, I prefer to use different methods based on the target machine. -When I want to install a server, my choice is nixos-anywhere: +When I want to install a server, my choice is to use nixos-anywhere: $ nixos-anywhere --generate-hardware-config nixos-generate-config \ hardware/server/default.nix --flake .#server <root@url> See <https://nix-community.github.io/nixos-anywhere> for more information. -When instead I want to install my laptop configuration I would retrieve the +When I want to install my laptop configuration instead, I would retrieve the official minimal ISO image from <https://nixos.org/download>, clone this repository, generate the hardware configuration file and use nixos-install: