extend the README

This commit is contained in:
Andreas Zweili 2021-11-29 10:55:16 +01:00
parent 6ab4e855ea
commit a4bb33ada7
1 changed files with 15 additions and 3 deletions

View File

@ -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`