OneDrive: Difference between revisions

imported>Nadimkobeissi
m Remove unexplained -0 suffix
Klinger (talk | contribs)
m reduced categories to Category:Applications
 
(3 intermediate revisions by 2 users not shown)
Line 14: Line 14:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
onedrive --confdir=$HOME/.config/onedrive
onedrive
</syntaxhighlight>
</syntaxhighlight>


Line 26: Line 26:
</syntaxhighlight>
</syntaxhighlight>


this will enable and start the systemd user service.
this will enable and start the systemd user service. Note: this makes a symlink that is unmanaged by NixOS. When the onedrive service is updated, be sure to disable and enable the Systemd service again.


Check that the service started successfully and is running:
Check that the service started successfully and is running:
Line 47: Line 47:
* [https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/sync/onedrive/default.nix nixpkgs OneDrive client package definition]
* [https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/sync/onedrive/default.nix nixpkgs OneDrive client package definition]


[[Category:NixOS]]
[[Category:Applications]]
[[Category:Guide]]
[[Category:Networking]]
[[Category:Sync]]