Merge pull request #111455 from helsinki-systems/yandex

nixos/yandex-disk: add types
This commit is contained in:
Sandro
2021-01-31 15:25:10 +01:00
committed by GitHub

View File

@@ -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";
};