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:
mayel 2025-11-05 16:11:13 +01:00
parent 59a46d1968
commit 8799736e7f
4 changed files with 30 additions and 5 deletions

View file

@ -6,4 +6,11 @@
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "riri";
# Setting up environment variables
environment.sessionVariables = rec {
NODE = "riri";
};
}