add possibility for changing TMPDIR of nix daemon

commented out by default
This commit is contained in:
Trolli Schmittlauch 2022-04-29 00:40:57 +02:00
parent 7347648623
commit 9bf248e735

View file

@ -249,6 +249,8 @@ in
'';
# use all cores for building
nix.buildCores = 0;
# override tmpdir for daemon
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
# package debugging
# programs.sysdig.enable = true;