mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
calibre-server service: add type to libraryDir option
This commit is contained in:
parent
a41d07074d
commit
922bf3986b
|
@ -22,6 +22,7 @@ in
|
|||
description = ''
|
||||
The directory where the Calibre library to serve is.
|
||||
'';
|
||||
type = types.path;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue