mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-30 06:11:52 +02:00
7 lines
71 B
Nix
7 lines
71 B
Nix
{...}: {
|
|
imports = [
|
|
./container.nix
|
|
./kubernetes.nix
|
|
];
|
|
}
|