Use minimal profile
Disables a bunch of options, including boot.enableContainers which removes some unneeded modules from loading.
This commit is contained in:
parent
507f70cf55
commit
a8859380a6
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#"${modulesPath}/profiles/base.nix"
|
#"${modulesPath}/profiles/base.nix"
|
||||||
#"${modulesPath}/profiles/minimal.nix"
|
"${modulesPath}/profiles/minimal.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user