NixOS x64 support


jackfoxy

Recommended Posts

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."

Link to comment
Share on other sites

  • 2 years later...

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

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.