add possibility for changing TMPDIR of nix daemon
commented out by default
This commit is contained in:
parent
7347648623
commit
9bf248e735
|
@ -249,6 +249,8 @@ in
|
||||||
'';
|
'';
|
||||||
# use all cores for building
|
# use all cores for building
|
||||||
nix.buildCores = 0;
|
nix.buildCores = 0;
|
||||||
|
# override tmpdir for daemon
|
||||||
|
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||||
|
|
||||||
# package debugging
|
# package debugging
|
||||||
# programs.sysdig.enable = true;
|
# programs.sysdig.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue