laptop: enable building while offline
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6898d99268
commit
802f3c677c
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue