init calibre server

This commit is contained in:
twoneis 2024-02-13 15:58:27 +01:00
parent 88ad3517bf
commit 161816d8e3
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ ... }: {
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";
};
}