hosts/data: properly set universe username
This commit is contained in:
parent
517c285c40
commit
81faaa2825
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
|
TMPDIR = "${config.home.homeDirectory}/scratch/tmp";
|
||||||
UNIVERSE_FLAKE_ROOT = "${config.home.homeDirectory}/universe";
|
UNIVERSE_FLAKE_ROOT = "${config.home.homeDirectory}/universe";
|
||||||
UNIVERSE_USERNAME = config.home.username;
|
UNIVERSE_USERNAME = main.user.name;
|
||||||
};
|
};
|
||||||
|
|
||||||
file.".profile".target = ".profile-hm";
|
file.".profile".target = ".profile-hm";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue