Use minimal profile

Disables a bunch of options, including boot.enableContainers which
removes some unneeded modules from loading.
This commit is contained in:
Rodrigo Arias 2024-09-18 18:13:39 +02:00
parent 507f70cf55
commit a8859380a6

View File

@ -3,7 +3,7 @@
{ {
imports = [ imports = [
#"${modulesPath}/profiles/base.nix" #"${modulesPath}/profiles/base.nix"
#"${modulesPath}/profiles/minimal.nix" "${modulesPath}/profiles/minimal.nix"
]; ];
nixpkgs = { nixpkgs = {