4
0
Fork
You've already forked installer
0
💾 | Custom NixOS installer builds for faster initialization. https://git.floss.uz/kolyma/installer https://git.floss.uz/kolyma/installer
  • Nix 91.4%
  • Just 8.6%
2026年03月05日 12:26:07 +05:00
.github chore: build only x86_64 images 2025年10月28日 22:36:29 +05:00
.envrc chore: updating channels + direvn 2025年05月10日 23:55:06 +05:00
.gitignore chore: updating channels + direvn 2025年05月10日 23:55:06 +05:00
flake.lock chore: moving to nixfmt formatter 2026年01月15日 05:40:02 +05:00
flake.nix chore: moving to nixfmt formatter 2026年01月15日 05:40:02 +05:00
installer.nix fix: it was ens33 2026年03月05日 12:26:07 +05:00
justfile chore: remove unstable + enhanced justfile 2025年03月09日 16:27:16 +05:00
license Rename LICENSE to license 2024年06月12日 04:54:08 +05:00
readme.md fix: about is also sub header 2025年05月23日 02:58:13 +05:00
shell.nix chore: moving to nixfmt formatter 2026年01月15日 05:40:02 +05:00

Kolyma's {Installer}

NixOS images created with Kolyma's specifications.

Top Used Language Release Test CI

About

When bootstrapping NixOS on a new server machine, using nixos-anywhere itself becomes a bit of a hassle. This repository aims to provide a simple way to create NixOS images with Kolyma's specifications whereas you may write images to attached usb sticks which will later be booted first upon failed main system boot.

Features

  • Minimal NixOS installation
  • Ready ssh & root password

Download

You can download the latest release from the releases page.

Burning the image

If you have physical access to your server machine, just use etcher. If you are using a remote server, you can use dd to write the image to a usb stick:

dd if=kolyma-installer-x86_64-linux.iso of=/dev/sdX bs=4M status=progress oflag=sync

License

This project is licensed under the MIT License - see the LICENSE file for details.

Kolyma's {Installer}