nix: set TMPDIR to /var/tmp

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-28 10:30:42 +01:00
parent 21e1464534
commit bcbd179bf2

View file

@ -44,6 +44,8 @@ in
nix-output-monitor nix-output-monitor
]; ];
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
nix = nix =
let let
users = [ "root" config.metacfg.user.name ] ++ users = [ "root" config.metacfg.user.name ] ++