diff --git a/README.md b/README.md index 9d52cf5..25be3a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # nixos +This repository contains my configuration for my Nixos systems. +I don't provide any garantuees that it will work on other systems. +In addition some of the scripts required for installation will destroy your data when used. + ## Base installation ``` @@ -21,6 +25,14 @@ mkswap -L swap /dev/MainGroup/swap mkfs.fat -F 32 -n BOOT /dev/sda1 ``` -1. `link-NAME.sh` -2. `scripts/add-home-manager-channel.sh` -3. `scripts/install-home-manager.sh` +1. `sudo scripts/format-drive.sh` +2. Execute one of the following scripts: + - `sudo scripts/link-asus.sh` + - `sudo scripts/link-vm.sh` + - `sudo scripts/link-precision5530.sh` +3. `sudo nixos-install` + +## Non-Nixos System + +1. `scripts/add-home-manager-channel.sh` +2. `scripts/install-home-manager.sh`