kubenix/modules/testing/runtime/nixos-k8s/runtime-options.nix

8 lines
60 B
Nix
Raw Normal View History

2020-04-05 21:25:34 +07:00
{ config, ... }:
{
options.runtime.nixos-k8s = {
};
}