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