feat(docker): khepri -> nixos-docker-compose

This commit is contained in:
matt1432 2025-01-30 23:25:25 -05:00
parent 467968eb4f
commit 42ca2912c7
31 changed files with 230 additions and 243 deletions
modules/docker/.template

View file

@ -1,10 +1,12 @@
{config, ...}: let
rwDataDir: {config, ...}: let
inherit (config.sops) secrets;
inherit (config.khepri) rwDataDir;
rwPath = rwDataDir + "/projectName";
in {
khepri.compositions."projectName" = {
virtualisation.docker.compose."projectName" = {
services = {};
};
# For accurate stack trace
_file = ./default.nix;
}