Files
nix-config/home/base/desktop/container/default.nix
2023-12-18 00:36:59 +08:00

7 lines
71 B
Nix

{...}: {
imports = [
./container.nix
./kubernetes.nix
];
}