machines: porthos: services: enable Calibre-web
This commit is contained in:
parent
798f75db12
commit
4e073b8d02
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue