infra/homelab/kubernetes.nix
Gabriel Simmer be3c76801e
All checks were successful
Lint / lint (push) Successful in 21s
Deploy vrchat-prometheus-adapter to cluster
2023-11-10 14:45:02 +00:00

7 lines
199 B
Nix

{ lib, config, kubenix, ... }: {
imports = [ kubenix.modules.k8s
(import ./custom.nix)
(import ./tclip.nix)
(import ./vrchat-prometheus-exporter.nix) ];
}