Find a file
Magic_RB 04b5465e95
Gitea fixes
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-05-02 15:51:38 +02:00
docker Fix gitea 2021-03-01 00:09:00 +01:00
infrastructure Gitea fixes 2021-05-02 15:51:38 +02:00
nix-packages Revert "Docker gitea changes" 2021-02-18 20:59:11 +01:00
.gitignore Nginx Nomad job, with Nix 2021-02-07 14:23:15 +01:00
COPYING Makefile and vanity changes 2021-01-14 00:46:17 +01:00
flake.lock Revert "Docker gitea changes" 2021-02-18 20:59:11 +01:00
flake.nix Simple base nix container, which interacts with the host nix daemon (CI/CD?) 2021-02-19 00:00:05 +01:00
lib.nix Nginx Nomad job, with Nix 2021-02-07 14:23:15 +01:00
Makefile Makefile and vanity changes 2021-01-14 00:46:17 +01:00
README.org README.org disable toc 2021-01-14 00:48:00 +01:00

Red Alder systems

Overview

This repository contains Docker images built from Nixpkgs and custom Nix packages created by Red Alder. The Docker images can be accessed with systems.dockerImages.<imageName> and the packages are accessible in a format similar to Flakes. Meaning systems.flakes.<packageName>, contains the outputs of a Flake which contains the package and a NixOS module if applicable, for example systems.flakes.klippy.defaultPackage."x86_64-linux" and systems.flakes.moonraker.nixosModules. Even though the Nix packages are almost Flakes, this repository is completely pure.

Current Contents

Docker Images

While this repository does contain, what I'd consider functional and well made images, I must warn you that they are far from finished, bug free or stable. If you wish to use them in production, consider this your warning. They shouldn't delete your data, but I can't guarantee anything. So good luck!

Nix Packages