hosts/Infini-SERVER: update script

This commit is contained in:
Infinidoge 2021-12-13 20:50:11 -05:00
parent 4c5762d450
commit 2a6651fd67
6 changed files with 117 additions and 171 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# [[file:readme.org::bare_install][bare_install]]
# [[[[file:/etc/nixos/hosts/Infini-SERVER/readme.org::installing][installing]]][installing]]
echo "LOG: Installing NixOS"
sudo nixos-install --flake /etc/nixos#Infini-SERVER --no-root-password
# installing ends here
# bare_install ends here