This commit is contained in:
Chris Cochrun 2025-02-19 14:08:30 -06:00
parent 2daedac721
commit f2190dae67

View file

@ -5,5 +5,14 @@ with lib;
nix = { nix = {
package = pkgs.nixVersions.stable; package = pkgs.nixVersions.stable;
}; };
# services = {
# calibre-web = {
# enable = true;
# options = {
# calibreLibrary = /storage/
# };
# };
# };
} }