Compare commits
No commits in common. "1c0357f90a32b028640fbd7197856723913c4a52" and "bf04204ec1375d2331045bee9432747ca8467f62" have entirely different histories.
1c0357f90a
...
bf04204ec1
2 changed files with 2 additions and 4 deletions
|
@ -42,7 +42,7 @@ let
|
|||
yate
|
||||
# split and merge PDFs in a GUI
|
||||
pdfarranger
|
||||
qbittorrent
|
||||
transmission-qt
|
||||
#(pkgs.pidgin-with-plugins.override {
|
||||
# plugins = [ pkgs.pidginotr ];})
|
||||
|
||||
|
|
|
@ -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