From 294a7c5ac791670068fd0a7daf6bd21273fdc1fd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 17 Mar 2023 12:18:11 -0400 Subject: [PATCH] Don't hardcode /etc/nixos --- README.md | 2 +- flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e851cab..a27c0b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this repository as base configuration for your new machine running: - Digital Ocean: https://github.com/elitak/nixos-infect - X1 Carbon: https://srid.ca/x1c7-install - Windows (via WSL): https://github.com/nix-community/NixOS-WSL -- Clone this repo at `/etc/nixos` +- Clone this repo anywhere - Edit `flake.nix` to use your system hostname in the `nixosConfigurations` set - Edit `users/config.nix` to contain your users - Run `nix run .#activate`. That's it. Re-open your terminal. diff --git a/flake.lock b/flake.lock index c92068e..37e8d13 100644 --- a/flake.lock +++ b/flake.lock @@ -457,11 +457,11 @@ }, "nixos-flake": { "locked": { - "lastModified": 1679068962, - "narHash": "sha256-pp/oLEraxpfWJsxjNoT/4mKXefmG6b5+6nD5hXbKk6w=", + "lastModified": 1679069823, + "narHash": "sha256-/U+drC6YoSMTj7xqaGaB/CD2NRhiCxuoNDzKLtDC0g0=", "owner": "srid", "repo": "nixos-flake", - "rev": "d76ad468acd6360cff89dc3f4f1549cba080c151", + "rev": "e6990befad71e9864fc4f1725429c408ccfc54d2", "type": "github" }, "original": {