docs: update README

This commit is contained in:
Price Hiller 2023-10-30 08:21:22 -05:00
parent 5fc2f77e2e
commit 9a6c9bf84c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,10 +1,2 @@
# Commands
```bash
git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \
git clone . /mnt/etc/nixos
git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \
nixos-generate-config --root /mnt --dir /mnt/persist/etc/nixos/hosts/orion/os;
git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \
nixos-install --flake "git+file:.#orion"
``
Hey there, welcome to my NixOS config! If you see anything neat, feel free to steal it. See anything that looks awful?
Yeah, I bet you do. I'm not going to claim to be a Nix guru, so there may be some *weird* things done here.