nix-flake/README.md

30 lines
519 B
Markdown
Raw Permalink Normal View History

2024-11-18 17:27:21 -05:00
# My NixOS Flake
2024-11-18 17:29:56 -05:00
![logo](https://avatars.githubusercontent.com/u/487568?s=200&v=4)
2024-11-18 17:27:21 -05:00
## system configs
2024-11-18 18:00:28 -05:00
- `moms-hp`
- `my-hp`
- `old-hp`
2024-11-18 18:06:21 -05:00
- `macmini`
2024-11-18 17:27:21 -05:00
## 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
2024-11-18 17:41:12 -05:00
cd nix-flake
2024-11-18 17:28:56 -05:00
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!