1
1
Fork 0
nixos/profiles/laptop/default.nix
Myned 802f3c677c
laptop: enable building while offline
Signed-off-by: Myned <dev@bjork.tech>
2024-09-12 19:41:21 -05:00

11 lines
317 B
Nix

{
custom = {
full = true;
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;
}