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