hosts/data: set universe-cli environment variables
This commit is contained in:
parent
ddd95be9a0
commit
2c2f6d402d
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
|
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
|
||||||
|
UNIVERSE_FLAKE_ROOT = "${config.home.homeDirectory}/universe";
|
||||||
|
UNIVERSE_USERNAME = config.home.username;
|
||||||
};
|
};
|
||||||
|
|
||||||
file.".profile".target = ".profile-hm";
|
file.".profile".target = ".profile-hm";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue