From 9d485d9433e98a7cde0be4867d844c42ac373ad5 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 14 Jul 2015 06:56:30 -0700 Subject: [PATCH] heyefi service: make uploadDir path more generic and a string --- nixos/modules/services/networking/heyefi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. '';