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
Hm, for some reason I thought this was supposed to be running in the distro namespace. We do need to set services.timesyncd.enable = false; then, because otherwise that will end up fighting root chrony instead.
Hm, for some reason I thought this was supposed to be running in the distro namespace. We do need to set services.timesyncd.enable = false; then, because otherwise that will end up fighting root chrony instead.
services.timesyncd.enable defaults to !config.boot.isContainer, which evaluates to false in WSL.
You're right. I had it set in my own config, so I missed that.
I've pushed a new commit to disable timesyncd. Let me know if I should squash the commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #956
Remove the
services.chronysection aschronydis already running in the WSL2 root namespace.