feat: introducing my own system_profiles
This commit is contained in:
parent
8191d1be67
commit
ad59ee55cc
2 changed files with 31 additions and 0 deletions
10
system_profiles/mini-container.nix
Normal file
10
system_profiles/mini-container.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
./mini.nix
|
||||
|
||||
{
|
||||
boot.isContainer = true;
|
||||
boot.kernel.enable = false;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue