mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #111455 from helsinki-systems/yandex
nixos/yandex-disk: add types
This commit is contained in:
commit
a0829b1df8
1 changed files with 2 additions and 0 deletions
|
@ -46,12 +46,14 @@ in
|
|||
|
||||
user = mkOption {
|
||||
default = null;
|
||||
type = types.nullOr types.str;
|
||||
description = ''
|
||||
The user the yandex-disk daemon should run as.
|
||||
'';
|
||||
};
|
||||
|
||||
directory = mkOption {
|
||||
type = types.path;
|
||||
default = "/home/Yandex.Disk";
|
||||
description = "The directory to use for Yandex.Disk storage";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue