host/data: set TMPDIR
This commit is contained in:
parent
148b2bb84d
commit
44a64f0fd5
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
inherit (main.universe) shellAliases;
|
inherit (main.universe) shellAliases;
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
|
||||||
|
};
|
||||||
|
|
||||||
file.".profile".target = ".profile-hm";
|
file.".profile".target = ".profile-hm";
|
||||||
|
|
||||||
homeDirectory = lib.mkForce "/homes/${config.home.username}";
|
homeDirectory = lib.mkForce "/homes/${config.home.username}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue