want to add calibre

This commit is contained in:
TheWanderingCrow 2025-03-27 11:46:42 -04:00
parent beb7568ea9
commit 9f330d2aa7

View file

@ -0,0 +1,10 @@
{
config,
lib,
...
}:
lib.mkIf config.user.overseer.enable {
services.calibre-web = {
enable = true;
};
}