···101. Install NixOS via the [official guide](https://nixos.org/download.html)
112. `sudo -i`
123. Enable git with `sed -i 's/^{$/{\n programs.git.enable = true;/' /etc/nixos/configuration.nix` and then run `nixos-rebuild switch`
13-4. Download the disk config with `curl -o disk-config.nix https://github.com/kcoderhtml/dots/raw/master/moonlark/disk-config.nix`
14-5. Run disko with `nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko disk-config.nix`
156. Clone this repo to your `/root/dots` folder with `git clone https://github.com/kcoderhtml/dots.git`
167. `nixos-install --flake .#moonlark`
17
···101. Install NixOS via the [official guide](https://nixos.org/download.html)
112. `sudo -i`
123. Enable git with `sed -i 's/^{$/{\n programs.git.enable = true;/' /etc/nixos/configuration.nix` and then run `nixos-rebuild switch`
13+4. Download the disk config with `curl https://github.com/kcoderhtml/dots/raw/master/moonlark/disk-config.nix -o /tmp/disk-config.nix`
14+5. Run disko with `nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disk-config.nix`
156. Clone this repo to your `/root/dots` folder with `git clone https://github.com/kcoderhtml/dots.git`
167. `nixos-install --flake .#moonlark`
17