nixos-servers/kubenix-modules/custom/default.nix

7 lines
87 B
Nix

{
imports = [
./ingress.nix
./longhorn-volume.nix
./tailscale.nix
];
}