From 6be53b85948a081e0cc3837564d3cb4117f38c25 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 24 Mar 2023 22:37:47 +0100 Subject: [PATCH] Added packages guide --- NixOS-installation.md => NixOS-installation-guide.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename NixOS-installation.md => NixOS-installation-guide.md (65%) 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