mirror of
https://github.com/uzinfocom-org/instances.git
synced 2026-02-15 21:24:21 +00:00
📲 | Configuration for instances hosted by Uzinfocom [maintainer=@orzklv]
- Nix 96.7%
- Shell 3.3%
|
Some checks are pending
Test CI / Test flake options (push) Waiting to run
Test CI / Build Configurations (push) Waiting to run
Test CI / Build Configurations-1 (push) Waiting to run
Test CI / Build Configurations-2 (push) Waiting to run
Test CI / Merge Update PRs (push) Blocked by required conditions
flake.lock: Update |
||
|---|---|---|
| .github | ||
| hosts | ||
| lib | ||
| maintainers | ||
| modules | ||
| overlays | ||
| secrets | ||
| .envrc | ||
| .gitignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| NOTES.md | ||
| README.md | ||
| shell.nix | ||
| statix.toml | ||
Uzinfocom's Infrastructure configurations for all instances.
About
This repository is intended to keep all configurations of instandces ran by Uzinfocom's Open Source Team. Configurations contain both service and environmental implications.
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:
sudo nixos-rebuild switch --flake github:uzinfocom-org/instances#Instance --upgrade
# Check keys of users before push. Change hostname (Laboratory) accordingly
nix build .#nixosConfigurations.Laboratory.config.system.build.toplevel --show-trace
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.