heyefi service: make uploadDir path more generic and a string
This commit is contained in:
parent
d11edff860
commit
9d485d9433
@ -32,7 +32,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
uploadDir = mkOption {
|
uploadDir = mkOption {
|
||||||
example = /home/ryantm/picture;
|
example = "/home/username/pictures";
|
||||||
description = ''
|
description = ''
|
||||||
The directory to upload the files to.
|
The directory to upload the files to.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user