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
|
yate
|
||||||
# split and merge PDFs in a GUI
|
# split and merge PDFs in a GUI
|
||||||
pdfarranger
|
pdfarranger
|
||||||
qbittorrent
|
transmission-qt
|
||||||
#(pkgs.pidgin-with-plugins.override {
|
#(pkgs.pidgin-with-plugins.override {
|
||||||
# plugins = [ pkgs.pidginotr ];})
|
# plugins = [ pkgs.pidginotr ];})
|
||||||
|
|
||||||
|
|
|
@ -240,13 +240,11 @@ 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)
|
||||||
|
|
||||||
nix.extraOptions = ''
|
|
||||||
# keep build-time deps around for offline-rebuilding
|
# keep build-time deps around for offline-rebuilding
|
||||||
|
nix.extraOptions = ''
|
||||||
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