7 lines
296 B
Bash
Executable file
7 lines
296 B
Bash
Executable file
#!/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
|