mirror of
https://github.com/kolyma-labs/instances.git
synced 2026-02-15 20:53:44 +00:00
🌐 | Public configs of all servers hosted in one place.
https://kolyma.uz
- Nix 97.6%
- Shell 2.4%
|
Some checks are pending
Test CI / Test flake options (push) Waiting to run
Test CI / Build Configurations for AMD64-2 (push) Waiting to run
Test CI / Build Configurations for AMD64 (push) Waiting to run
Test CI / Build Configurations for AMD64-1 (push) Waiting to run
Test CI / Build Configurations for AMD64-3 (push) Waiting to run
Test CI / Build Configurations for AMD64-4 (push) Waiting to run
Test CI / Build Configurations for AMD64-5 (push) Waiting to run
Test CI / Merge Update PRs (push) Blocked by required conditions
|
||
|---|---|---|
| .github | ||
| data | ||
| gulag | ||
| hosts | ||
| lib | ||
| modules | ||
| overlays | ||
| secrets | ||
| .envrc | ||
| .gitignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| notes.md | ||
| README.md | ||
| shell.nix | ||
| statix.toml | ||
Kolyma's Nix configurations for all server instances.
About
This repository is intended to keep all configurations of global servers ran by Kolyma's Laboratory. Configurations contain both service and environmental implications.
Maybe it's time to start embracing declarative & reproducible server configs?!
Features
- Services & Containers
- Rust made replacements
- Key configurations
- Software configurations
- Selfmade scripts
Get NixOS Ready on your server
This is actually quite hard task as it requires a few prequisites to be prepared beforehand. You may refer to bootstrap and installer for further instructions.
Installing configurations
After you get NixOS running on your machine, the next step is to apply declarative configurations onto your machines:
# Kolyma Station {1,2,3}
sudo nixos-rebuild switch --flake github:kolyma-labs/instances#Kolyma-X --upgrade
Thanks
- Template - Started with this template
- Example - Learned from his configurations
- Nix - Masterpiece of package management
License
This project is licensed under the MIT License - see the LICENSE file for details.