host/data: set TMPDIR

This commit is contained in:
Infinidoge 2024-01-12 14:01:26 -05:00
parent 148b2bb84d
commit 44a64f0fd5
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -22,6 +22,10 @@
inherit (main.universe) shellAliases;
sessionVariables = {
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
};
file.".profile".target = ".profile-hm";
homeDirectory = lib.mkForce "/homes/${config.home.username}";