Files
nix-config/modules/services/default.nix
2024-04-25 18:14:02 +02:00

7 lines
66 B
Nix

{ pkgs, config, ...}:
{
imports = [
./kubernetes.nix
];
}