hosts/Infini-SERVER: create setup script

This commit is contained in:
Infinidoge 2021-12-13 18:59:48 -05:00
parent 50004096d4
commit 4c5762d450
5 changed files with 359 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# [[file:readme.org::install][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
# install ends here