NixToSee/system_profiles/mini-container.nix
2025-05-04 18:18:34 +02:00

10 lines
116 B
Nix

{
imports = [
./mini.nix
{
boot.isContainer = true;
boot.kernel.enable = false;
}
];
}