Installation
Installation is straightforward and can be done in a matter of minutes.
Installation Steps
-
Download the official NixOS minimal ISO Image here, put it on a USB stick (use balenaEtcher on Mac/Windows or caligula on Linux), and boot off the stick.
-
Once you're inside the Nixos ISO, run the following command.
sudo -i -
Make sure you're connected to ethenet, if not, connect to wifi using the following commands:
sudo systemctl start wpa_supplicant wpa_cli # once inside wpa_cli: > scan > scan_results > add_network 0 > set_network 0 ssid "YourWiFiSSID" > set_network 0 psk "YourWiFiPassword" > enable_network 0 > save_config > quit -
Once connected, run the installer:
bash <(curl -sL https://raw.githubusercontent.com/dantevazquez/monix/main/install.sh)
If you want to type less, you can run:
bash <(curl -sL https://dantevazquez.com/install)
Source code for the script can be found on GitHub.
- Follow the steps, once done run
restart