diff --git a/nixos/modules/services/networking/heyefi.nix b/nixos/modules/services/networking/heyefi.nix index 0f55c1a5b8f6..fc2b5a848578 100644 --- a/nixos/modules/services/networking/heyefi.nix +++ b/nixos/modules/services/networking/heyefi.nix @@ -32,7 +32,7 @@ in }; uploadDir = mkOption { - example = /home/ryantm/picture; + example = "/home/username/pictures"; description = '' The directory to upload the files to. '';