jackfoxy Posted January 3, 2022 Report Posted January 3, 2022 There is a resilio-sync package for NixOS which I have included in my configuration.nix file and apparently installed without problem (x64)). However, there is no evidence of Sync running. sudo systemctl enable resilio-sync and systemctl --user enable resilio-sync both result in "Failed to enable unit: Unit file resilio-sync does not exist." Quote
MidnightOwl Posted March 23, 2024 Report Posted March 23, 2024 Make sure that you have the service running with services.resilio.enable = true; Also, there are other configuations you can look for in the NixOS search page like services.resilio.enableWebUI = true; # To run the WebUI services.resilio.httpListenAddr = "127.0.0.1"; # To bind the WebUI to only localhost services.resilio.httpListenPort = 9999; # To specify a different port Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.