You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to enable a user only for specific hosts (more then one)?
I have x systems in my config but want to enable only on two the home-manager config for an user.
I tried softlinks, but this does not work.
Is there any other way, than copying the whole user each time I change something?
The text was updated successfully, but these errors were encountered:
Hmm, currently this is due to users defaulting to being enabled on systems with snowfallorg.users.<name>.create = true;. I've heard some people express a desire to have that (and .admin = true) default to false. This would be a breaking change so it won't happen unless we release a v4.
What you could do at the moment is disable the user on systems that you do not want it on. It's not ideal, but would get the job done.
{snowfallorg.users.myuser.create=false;}
(You may also have to set snowfallorg.users.myuser.home.enable = false, if you do please file a bug report as this is not intended)
Is there a way to enable a user only for specific hosts (more then one)?
I have x systems in my config but want to enable only on two the home-manager config for an user.
I tried softlinks, but this does not work.
Is there any other way, than copying the whole user each time I change something?
The text was updated successfully, but these errors were encountered: