From a8859380a6ca7dee1973d49bbe6f07abd754c352 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 18 Sep 2024 18:13:39 +0200 Subject: [PATCH] Use minimal profile Disables a bunch of options, including boot.enableContainers which removes some unneeded modules from loading. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9d5c20b..372c3dd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,7 +3,7 @@ { imports = [ #"${modulesPath}/profiles/base.nix" - #"${modulesPath}/profiles/minimal.nix" + "${modulesPath}/profiles/minimal.nix" ]; nixpkgs = {