diff --git a/NixOS-installation.md b/NixOS-installation-guide.md similarity index 65% rename from NixOS-installation.md rename to NixOS-installation-guide.md index 567970d..6c44676 100644 --- a/NixOS-installation.md +++ b/NixOS-installation-guide.md @@ -1,3 +1,5 @@ +# Installing NixOS + I used [this guide](https://nixos.wiki/wiki/Wil_T_Nix_Guides) so it should be straightforward for you too. ``` @@ -17,7 +19,7 @@ swapon /dev/disk/by-label/SWAP ```
- If you do not have an existing configuration repository. +If you do not have an existing configuration repository. ``` git init @@ -34,7 +36,7 @@ secrets/** filter=git-crypt diff=git-crypt
- If you have a repository and you want to 'clone' an existing machine using flakes. +If you have a repository and you want to 'clone' an existing machine using flakes. Clone your repository and go inside the folder containing the `flake.nix` file. @@ -49,3 +51,8 @@ nixos-install --flake https://# ```
+ + +# Installing packages + +User packages still need to be installed. Run [this script](https://git.depeuter.dev/tdpeuter/sisyphus/src/commit/1105a772fdcc7b4d7cb5534f3befda6a31e1e28d/nixos/apply-users.sh) if you're using home manager. \ No newline at end of file