mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
want to add calibre
This commit is contained in:
parent
beb7568ea9
commit
9f330d2aa7
1 changed files with 10 additions and 0 deletions
10
modules/users/overseer/services/calibre.nix
Normal file
10
modules/users/overseer/services/calibre.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.user.overseer.enable {
|
||||
services.calibre-web = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue