services: calibre-web: backup library
This commit is contained in:
parent
4e073b8d02
commit
0114e7b668
|
@ -48,5 +48,11 @@ in
|
|||
|
||||
locations."/".proxyPass = "http://localhost:${toString cfg.port}/";
|
||||
};
|
||||
|
||||
my.services.backup = {
|
||||
paths = [
|
||||
cfg.libraryPath
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue