Compare commits
2 commits
bf04204ec1
...
1c0357f90a
Author | SHA1 | Date | |
---|---|---|---|
1c0357f90a | |||
748e39b738 |
2 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,7 @@ let
|
|||
yate
|
||||
# split and merge PDFs in a GUI
|
||||
pdfarranger
|
||||
transmission-qt
|
||||
qbittorrent
|
||||
#(pkgs.pidgin-with-plugins.override {
|
||||
# plugins = [ pkgs.pidginotr ];})
|
||||
|
||||
|
|
|
@ -240,11 +240,13 @@ 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