From a4bb33ada7572118b56a09ad0991d4e10e96563a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 29 Nov 2021 10:55:16 +0100 Subject: [PATCH] extend the README --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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`