lol

heyefi service: make uploadDir path more generic and a string

+1 -1
+1 -1
nixos/modules/services/networking/heyefi.nix
··· 32 32 }; 33 33 34 34 uploadDir = mkOption { 35 - example = /home/ryantm/picture; 35 + example = "/home/username/pictures"; 36 36 description = '' 37 37 The directory to upload the files to. 38 38 '';