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