Added environment variables in nodes to make deploy_nix.sh target the correct node file, changed deploy_nix.sh accordingly
This commit is contained in:
parent
59a46d1968
commit
8799736e7f
4 changed files with 30 additions and 5 deletions
|
|
@ -2,4 +2,12 @@
|
|||
|
||||
{
|
||||
networking.hostName = "loulou";
|
||||
|
||||
|
||||
# Setting up environment variables
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
NODE = "loulou";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue