diff options
author | Martin Fischer <martin@push-f.com> | 2024-11-29 05:48:17 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:32:16 +0100 |
commit | 28985997fcc6ccd9d475a98141b1ac35066a83c7 (patch) | |
tree | ba02c1679061ef245ee873eb2883d308c8142b86 /nixos/README.md | |
parent | 2ae50cc68e42b9d790dfba26a8c42219e7ae8f6a (diff) |
add config files generated by graphical NixOS installer
Diffstat (limited to 'nixos/README.md')
-rw-r--r-- | nixos/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/README.md b/nixos/README.md index 5888527..e96348b 100644 --- a/nixos/README.md +++ b/nixos/README.md @@ -19,8 +19,8 @@ We're assuming that you just installed NixOS by going through the [official inst 1. Clone this repo to a local directory and enter it: ``` nix-shell -p git --run \ - 'git clone https://github.com/infinisil/sane-stable-nixos nixos' - cd nixos + 'git clone https://git.push-f.com/config ~/config' + cd ~/config/nixos ``` 2. Add your initial NixOS configuration files, either - Move your existing configuration files into it: |