mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
heyefi service: make uploadDir path more generic and a string
This commit is contained in:
parent
d11edff860
commit
9d485d9433
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue