From 09a34cb97cfc3b32579dc65ec73873335f2702b2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 27 Dec 2022 15:23:41 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38a69fe..7f294a2 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ nix run - Windows (via WSL): https://github.com/nix-community/NixOS-WSL - Clone this repo at `/etc/nixos` - Edit `flake.nix` to use your system hostname in the `nixosConfigurations` set - - Edit `users/default.nix:config` to contain your users + - Edit `users/config.nix` to contain your users - Run `nix run`. That's it. Re-open your shell. - macOS: - Install Nix normally (multi-user) - 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 `users/default.nix:config` to contain your users + - Edit `users/config.nix` to contain your users - Run `nix run`.[^cleanup] That's it. Re-open your shell. [^cleanup]: You might have to `rm -rf /etc/nix/nix.conf`, so our flake.nix can do its thing.