2024-09-08 19:22:14 -05:00
|
|
|
{
|
|
|
|
custom = {
|
|
|
|
full = true;
|
|
|
|
profile = "desktop"; # Inherit desktop
|
|
|
|
services.auto-cpufreq.enable = true;
|
|
|
|
};
|
2024-09-09 17:24:21 -05:00
|
|
|
|
|
|
|
#!! Rebuild offline - drastically increases initial download and resulting closure size
|
2024-09-11 18:17:00 -05:00
|
|
|
#?? Alternative: nixos-rebuild --no-substitute
|
2024-09-09 17:24:21 -05:00
|
|
|
# https://discourse.nixos.org/t/rebuild-nixos-offline/3679
|
2024-09-11 18:17:00 -05:00
|
|
|
#// system.includeBuildDependencies = true;
|
2024-09-08 19:22:14 -05:00
|
|
|
}
|