I want to install software sequentially using the nix package manager on several openSUSE machines (different versions) of the same architecture. I am not root in any of the systems, but I would like to convince our sysadmin to install nix in multi-user mode on all machines using network mount.
Is it possible to install the same /nix directory on all machines and run nix in multi-user mode on all these machines?
Will nix-env -i interfere with other machines?
Can nix-env -i xxx install xxx in the user profiles of all machines or only on the machine where the command was run? How about those installed by root ?
Does garbage collection on one machine collect software installed on other machines?
source share