11 lines
570 B
Markdown
11 lines
570 B
Markdown
|
# 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"
|
||
|
``
|