about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2015-10-31 14:21:56 -0700
committerRyan Mulligan <ryan@ryantm.com>2015-10-31 14:21:56 -0700
commit922bf3986b108b91908bf2d82389cdeae59332ca (patch)
tree8b4a888b8b28178a13cddc04c33dd232f34ee011 /nixos
parenta41d07074d3934aa25bedb5d7e67983f5179a91d (diff)
downloadnixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar.gz
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar.bz2
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar.lz
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar.xz
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.tar.zst
nixlib-922bf3986b108b91908bf2d82389cdeae59332ca.zip
calibre-server service: add type to libraryDir option
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/calibre-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/calibre-server.nix b/nixos/modules/services/misc/calibre-server.nix
index b8648770ff4d..a920aa22ccdf 100644
--- a/nixos/modules/services/misc/calibre-server.nix
+++ b/nixos/modules/services/misc/calibre-server.nix
@@ -22,6 +22,7 @@ in
         description = ''
           The directory where the Calibre library to serve is.
           '';
+          type = types.path;
       };
 
     };