heyefi service: make uploadDir path more generic and a string
Ryan Mulligan 10 years ago 9d485d94 d11edff8
··· 32 32 }; 33 33 34 34 uploadDir = mkOption { 35 35 - example = /home/ryantm/picture; 35 35 + example = "/home/username/pictures"; 36 36 description = '' 37 37 The directory to upload the files to. 38 38 '';