#Nix multiuser setup

12 messages · Page 1 of 1 (latest)

bronze dagger
#

Is there any way to use nix with multiple users in vanilla?

Just realised that installing nix on my second user just uninstalled nix for my first user.

frank scroll
#

Sadly no

bronze dagger
#

:c

#

That's very unfortunate. But well, I guess I'll just install Firefox as a Flatpak in one and as nix in the other then

frank scroll
#

or you install guix for the other user 🧠

bronze dagger
#

Hmm, I might take a look at it at some point

tidal schooner
#

Is /nix mounted to /home/$USER/ instead of /var/nix or something? If it was the latter, then each users can have their own home-manager or something

tidal schooner
#

In that case then you should be able to use use home-manager to make a per-user setup?

#

The other alternative is to use system-manager, and define a different output for each users in flakes

bronze dagger
tidal schooner