machines: porthos: services: enable Calibre-web

This commit is contained in:
Bruno BELANYI 2021-02-18 13:38:28 +00:00
parent 798f75db12
commit 4e073b8d02

View file

@ -23,6 +23,10 @@ in
};
# My blog and related hosts
blog.enable = true;
calibre-web = {
enable = true;
libraryPath = "/data/media/library";
};
drone = {
enable = true;
runners = [ "docker" "exec" ];