This commit is contained in:
2025-10-21 15:53:22 +03:00
parent 931e78ffa1
commit 19433439f2
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
# nixpkgs
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f"; # 6027c30c8e9810896b92429f0092f624f7b1aace
nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f";
calibre.url = "github:NixOS/nixpkgs/c7e00447194154630ea33ad4453e5b35c1720eaa";
#nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; # e63467437ce61d8d9a36e09254e8d07b472da0c6 # 72353fc1fa61189fb76133d50c519e871c858c39 # 5b38c7435fb1112a8b36b1652286996a7998c5b5
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
+6
View File
@@ -3,9 +3,15 @@
xlib,
...
}:
let
fix = import inputs.calibre {
system = "x86_64-linux";
}; # temp
in
{
services.calibre-web = {
enable = true;
package = fix.calibre-web;
group = "users";
user = "${xlib.device.username}";
options = {