cluster/README.org

27 lines
1.3 KiB
Org Mode
Raw Normal View History

2021-01-11 18:35:35 +01:00
* Red Alder systems
** Overview
This repository contains Docker images built from [[https://github.com/NixOS/nixpkgs][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
2021-01-14 00:46:17 +01:00
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!
2021-01-11 18:35:35 +01:00
- [[./docker/csi-driver-nfs][csi-driver-nfs]]
- [[./docker/klippy-moonraker][klippy-moonraker]]
- [[./docker/postgresql][postgresql]]
2021-01-11 21:31:40 +01:00
- [[./docker/gitea][gitea]]
2021-01-11 18:35:35 +01:00
*** Nix Packages
- [[./nix-packages/klippy][klippy]]
- [[./nix-packages/mainsail][mainsail]]
- [[./nix-packages/moonraker][moonraker]]