add gnugrep

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-16 15:23:19 -06:00
parent d3d4ccf9d6
commit e2cb7ec4cc
2 changed files with 6 additions and 1 deletions

View file

@ -91,9 +91,13 @@ nixos-generate-config --root /mnt
```sh
nixos-install --flake "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001"
# nh os switch "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001"
```
After boot
```sh
nh os switch "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#nixosConfigurations.i001"
```
or
```sh
cd ~/.config
git clone https://git.joshuabell.xyz/ringofstorms/dotfiles nixos-config