Go to file
2023-10-28 00:34:31 -05:00
hosts refactor(luna): only permit secure KexAlgos in ssh 2023-10-28 00:34:31 -05:00
flake.lock chore: update flake lock 2023-10-13 14:38:52 -05:00
flake.nix feat(luna): additional configuration 2023-10-27 23:02:52 -05:00
install.bash refactor(install): re-enable installer count down 2023-10-27 23:29:05 -05:00
README.md initial commit 2023-09-17 03:40:50 -05:00

Commands

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"
``