-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service is not being created #70
Comments
I am in the same situation. I could probably do a git bisect on my config and figure out what update broke things, but that is not very enticing. |
I'm in a similar boat. I discovered the the service is being made and enabled, but the "state" is bad. I can view the systemd service file at |
@gvarph i restarted the nixos WSL guest and afterwards it was working. so might be a first-time deployment thing. didn't check the logs so can't tell what is going on. |
I also get the
|
I'm still running into this issue, any updates? To quickly run the binary manually I use sh -c $(grep 'ExecStart=' /etc/systemd/user/auto-fix-vscode-server.service | sed 's/^ExecStart=//') |
This does not seem to work on NixOS unstable. When I when I rebuild nixos with
in my
configuration.nix
, it builds without an issue. However, it seem that the service is not being created. I know this configuration should work because it worked for a while before I updated my packages, rebooted my server and could not start the service againThe text was updated successfully, but these errors were encountered: