mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
7 lines
73 B
Nix
7 lines
73 B
Nix
{ ... }: {
|
|
imports = [
|
|
./container.nix
|
|
./kubernetes.nix
|
|
];
|
|
}
|