mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-24 11:39:28 +01:00
7 lines
102 B
Nix
7 lines
102 B
Nix
{...}: {
|
|
imports = [
|
|
./statefulSet.nix
|
|
./service.nix
|
|
./persistentVolumeClaim.nix
|
|
];
|
|
}
|