diff --git a/profiles/laptop/default.nix b/profiles/laptop/default.nix index f98627f..4a4dfd8 100644 --- a/profiles/laptop/default.nix +++ b/profiles/laptop/default.nix @@ -4,4 +4,8 @@ profile = "desktop"; # Inherit desktop services.auto-cpufreq.enable = true; }; + + #!! Rebuild offline - drastically increases initial download and resulting closure size + # https://discourse.nixos.org/t/rebuild-nixos-offline/3679 + system.includeBuildDependencies = true; }