Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.16 KB

README.md

File metadata and controls

55 lines (38 loc) · 2.16 KB

Kolyma's {Instances}

Kolyma's Nix configurations for all server instances.

Top Used Language Test CI

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
  • Home Manager - Simplyifying my life and avoid frustrations
  • Nix - Masterpiece of package management

License

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

Kolyma's {Instances}