summary refs log tree commit diff
path: root/nixos/modules/services/networking/heyefi.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2015-07-14 06:56:30 -0700
committerRyan Mulligan <ryan@ryantm.com>2015-07-14 06:56:30 -0700
commit9d485d9433e98a7cde0be4867d844c42ac373ad5 (patch)
tree6892e18bc24383d028748323306f56f57c3939ae /nixos/modules/services/networking/heyefi.nix
parentd11edff86088569e82d3947227cae96790438494 (diff)
downloadnixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar.gz
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar.bz2
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar.lz
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar.xz
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.tar.zst
nixlib-9d485d9433e98a7cde0be4867d844c42ac373ad5.zip
heyefi service: make uploadDir path more generic and a string
Diffstat (limited to 'nixos/modules/services/networking/heyefi.nix')
-rw-r--r--nixos/modules/services/networking/heyefi.nix2
1 files changed, 1 insertions, 1 deletions
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.
           '';