mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 16:40:05 +01:00
8 lines
99 B
Nix
8 lines
99 B
Nix
|
|
{ config, ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
kubernetes.version = "1.7";
|
||
|
|
|
||
|
|
require = [./modules.nix ./deployment.nix];
|
||
|
|
}
|