Should NixOS user services have the same enableDefaultPath default as system services?
NixOS Discourse
Should NixOS user services have the same enableDefaultPath default as system services?
Currently ,In NixOS, enableDefaultPath defaults to true for both system services (systemd.services) and user services (systemd.user.services). From the source comments, I understand that NixOS gives services a minimal default PATH containing common system utilities. I can see why that is useful for system services. What I’m questioning is why the same default applies to user services, where it overrides the PATH inherited from the systemd user manager. This departs from systemd’s default behav...
0 comments
No comments yet.