diff --git a/options.xhtml b/options.xhtml index 2a765a68d..604bf3d97 100644 --- a/options.xhtml +++ b/options.xhtml @@ -46077,6 +46077,97 @@ null or string

+
+ + programs.onedrive.enable + + +
+
+

Whether to enable onedrive.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onedrive.nix> + +
+
+
+ + programs.onedrive.package + + +
+
+

The onedrive package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.onedrive

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onedrive.nix> + +
+
+
+ + programs.onedrive.settings + + +
+
+

Configuration settings for Onedrive. All available options can be +found at https://github.com/abraunegg/onedrive/blob/master/config.

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

''
+  {
+    check_nomount = "false";
+    check_nosync = "false";
+    classify_as_big_delete = "1000";
+    cleanup_local_files = "false";
+    disable_notifications = "false";
+    no_remote_delete = "false";
+    rate_limit = "0";
+    resync = "false";
+    skip_dotfiles = "false";
+  }
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onedrive.nix> + +
+
programs.onlyoffice.enable