infra/homelab/kubernetes.nix

5 lines
102 B
Nix

{ config, kubenix, ... }: {
imports = [ kubenix.modules.k8s
(import ./tclip.nix) ];
}