added quadlet-nix input, created initial ixion config, created wrapper around quadlets

also wrote some doucumentation about quadlets, nothing too comprehesive
though as the wrapper might get removed later
This commit is contained in:
2025-06-01 19:04:38 -04:00
parent 4afb47e881
commit 831fce71b8
6 changed files with 97 additions and 19 deletions

View File

@ -40,7 +40,13 @@ Example:
};
```
To get a full, comprehensive list of what you can do with the podman module, please check out (podman.nix)[./podman.nix]!
To get a full, comprehensive list of what you can do with the podman module, please check out [podman.nix](./podman.nix)!
### Podman Quadlets
This is a wrapper around a project called [`quadlet-nix`](https://github.com/SEIAROTg/quadlet-nix), a way of defining systemd services as containers with Nix! Since I have existing services running inside of containers and don't want to risk breaking _everything_ that I have running, I figured this would be a safe, transitionary approach to handle this.
This is still a work-in-progress, check back soon on progress on this.
## Kubernetes

View File

@ -0,0 +1,5 @@
# ----------------------
# Wrapper for defining Quadlets in Nix via quadlet-nix
#
# Still WIP
# ----------------------