This commit is contained in:
2025-11-02 13:21:53 +03:00
parent b649db807e
commit 839c028212
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -4,14 +4,14 @@
inputs,
...
}:
let
work = import inputs.nixpkgs-master { system = "x86_64-linux"; };
in
# let
# work = import inputs.nixpkgs-master { system = "x86_64-linux"; };
# in
{
# services.calibre-server.package = stable.calibre;
services.calibre-web = {
enable = true;
package = work.calibre-web;
# package = work.calibre-web;
group = "users";
user = "${xlib.device.username}";
options = {