mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
some fix
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
stable = import inputs.nixpkgs-beets {
|
||||
stable = import inputs.nixpkgs-calibre {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
in
|
||||
{
|
||||
services.calibre-web = {
|
||||
# package = stable.calibre-web;
|
||||
package = stable.calibre-web;
|
||||
enable = true;
|
||||
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user