mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
22 lines
995 B
Org Mode
22 lines
995 B
Org Mode
* 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
|
|
- [[./docker/csi-driver-nfs][csi-driver-nfs]]
|
|
- [[./docker/klippy-moonraker][klippy-moonraker]]
|
|
- [[./docker/postgresql][postgresql]]
|
|
|
|
*** Nix Packages
|
|
- [[./nix-packages/klippy][klippy]]
|
|
- [[./nix-packages/mainsail][mainsail]]
|
|
- [[./nix-packages/moonraker][moonraker]]
|