nix: set TMPDIR to /var/tmp
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
21e1464534
commit
bcbd179bf2
|
@ -44,6 +44,8 @@ in
|
|||
nix-output-monitor
|
||||
];
|
||||
|
||||
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
||||
nix =
|
||||
let
|
||||
users = [ "root" config.metacfg.user.name ] ++
|
||||
|
|
Loading…
Reference in a new issue