heyefi service: make uploadDir path more generic and a string

This commit is contained in:
Ryan Mulligan 2015-07-14 06:56:30 -07:00
parent d11edff860
commit 9d485d9433

View file

@ -32,7 +32,7 @@ in
};
uploadDir = mkOption {
example = /home/ryantm/picture;
example = "/home/username/pictures";
description = ''
The directory to upload the files to.
'';