Compare commits
2 commits
267ee7a965
...
4ce17f519f
Author | SHA1 | Date | |
---|---|---|---|
4ce17f519f | |||
61f915f53f |
2 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,6 @@ let
|
|||
|
||||
desktopApps = [
|
||||
mybrowser
|
||||
falkon
|
||||
thunderbird
|
||||
calibre
|
||||
dino
|
||||
|
|
|
@ -240,13 +240,11 @@ in
|
|||
# Enable all sysrq functions (useful to recover from some issues):
|
||||
boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command)
|
||||
|
||||
# keep build-time deps around for offline-rebuilding
|
||||
nix.extraOptions = ''
|
||||
# keep build-time deps around for offline-rebuilding
|
||||
gc-keep-outputs = true
|
||||
gc-keep-derivations = true
|
||||
|
||||
trusted-users = spiollinux
|
||||
experimental-features = nix-command
|
||||
'';
|
||||
# use all cores for building
|
||||
nix.buildCores = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue