services: calibre-web: backup library

This commit is contained in:
Bruno BELANYI 2021-02-18 13:59:47 +00:00
parent 4e073b8d02
commit 0114e7b668

View file

@ -48,5 +48,11 @@ in
locations."/".proxyPass = "http://localhost:${toString cfg.port}/";
};
my.services.backup = {
paths = [
cfg.libraryPath
];
};
};
}