nixos-configs/modules/arion/.template/compose.nix
matt1432 3cce61c7b0
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(arion): move around folders and change import
2024-02-29 17:00:13 -05:00

10 lines
175 B
Nix

{config, ...}: let
inherit (config.sops) secrets;
inherit (config.arion) rwDataDir;
rwPath = rwDataDir + "/projectName";
in {
arion.projects."projectName" = {
};
}