Files
nix-config/home/base/desktop/container/default.nix
T

7 lines
73 B
Nix

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