add jellyfin and remove calibre from server

This commit is contained in:
twoneis 2024-02-18 18:29:45 +01:00
parent 5c44493188
commit faffb15d17
3 changed files with 11 additions and 13 deletions

View file

@ -1,12 +0,0 @@
{ ... }: {
services.calibre-server = {
enable = true;
libraries = [
"/home/twoneis/calibre-lib/uni"
"/home/twoneis/calibre-lib/pol"
"/home/twoneis/calibre-lib/fic"
"/home/twoneis/calibre-lib/sci"
];
user = "twoneis";
};
}