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
You should try disabling it first: systemctl --user disable auto-fix-vscode-server.service
And then you should be able to start / stop / enable it again hopefully. Some weird cache or other mechanism that causes this. As far as I know it is a general issue and not particular to this project.
If that fails you can try: ln -sfT /run/current-system/etc/systemd/user/auto-fix-vscode-server.service ~/.config/systemd/user/auto-fix-vscode-server.service
I have a version of this project where I have the service enabled for all users by default, but that still has some bugs that I haven't gotten around to fixing yet.
I'm following the "NixOS module" installation directions in the README. In particular, I have
in my
/etc/nixos/configuration.nix
and have runsudo nixes-rebuild switch
.But then:
Why is this command failing? How can I enable the service?
The text was updated successfully, but these errors were encountered: