mirror of
https://github.com/kolyma-labs/installer.git
synced 2026-02-15 23:59:44 +00:00
💾 | Custom NixOS installer builds for faster initialization.
https://github.com/kolyma-labs/installer/releases
- Nix 91.4%
- Just 8.6%
|
Some checks failed
Test CI / build (map[alias:x86_64-linux os:self-hosted]) (push) Has been cancelled
|
||
|---|---|---|
| .github | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| installer.nix | ||
| justfile | ||
| license | ||
| readme.md | ||
| shell.nix | ||
NixOS images created with Kolyma's specifications.
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.