2024-11-18 17:27:21 -05:00
|
|
|
# My NixOS Flake
|
|
|
|
|
|
|
|
## system configs
|
|
|
|
|
|
|
|
- `susans-hp`
|
|
|
|
- `vincents-hp`
|
|
|
|
- `vincents-old-hp`
|
|
|
|
- `2012macmini`
|
|
|
|
|
|
|
|
## Install process
|
|
|
|
|
|
|
|
1. boot nixos installer
|
|
|
|
2. open terminal
|
2024-11-18 17:28:56 -05:00
|
|
|
3. run
|
|
|
|
```
|
|
|
|
git clone https://git.ascosilinux.com/batvin321/nix-flake.git
|
|
|
|
nix-flake
|
|
|
|
bash install.sh
|
|
|
|
```
|
|
|
|
4. follow the scripts directions
|
|
|
|
5. reboot
|
|
|
|
6. after login open terminal and run
|
2024-11-18 17:27:21 -05:00
|
|
|
```
|
|
|
|
git clone https://git.ascosilinux.com/batvin321/nix-flake.git
|
|
|
|
cd nix-flake
|
|
|
|
bash post-install-setup.sh
|
|
|
|
```
|
2024-11-18 17:28:56 -05:00
|
|
|
7. yo done!
|