From a3cccbf351d5fe54d59c37743fe58467d5fdb3aa Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 23 Mar 2023 21:31:41 -0400 Subject: [PATCH] readme: clarify key --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b1a59b..935c9df 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To use this repository as base configuration for your new machine running: - X1 Carbon: https://srid.ca/x1c7-install - Windows (via WSL): https://github.com/nix-community/NixOS-WSL - Clone this repo anywhere -- Edit `flake.nix` to use your system hostname in the `nixosConfigurations` set +- Edit `flake.nix` to use your system hostname as a key of the `nixosConfigurations` set - Edit `users/config.nix` to contain your users - Run `nix run`. That's it. Re-open your terminal. @@ -22,7 +22,7 @@ To use this repository as base configuration for your new machine running: - Install [nix-darwin](https://github.com/LnL7/nix-darwin) - This will create a `~/.nixpkgs/darwin-configuration.nix`, but we do not need that. - Clone this repo anywhere -- Edit `flake.nix` to use your system hostname in the `darwinConfigurations` set +- Edit `flake.nix` to use your system hostname as a key of the `darwinConfigurations` set - Edit `users/config.nix` to contain your users - Run `nix run`.[^cleanup] That's it. Re-open your terminal.