Move archivebox and plex to ssd
This commit is contained in:
parent
e308354e2c
commit
b81fffbac5
2 changed files with 2 additions and 2 deletions
|
@ -597,10 +597,10 @@ in {
|
|||
listenPort = settings.ports.bazarr;
|
||||
};
|
||||
|
||||
# /var/lib/plex
|
||||
plex = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
dataDir = "${settings.server_configs}/plex";
|
||||
};
|
||||
coturn = rec {
|
||||
enable = true;
|
||||
|
|
|
@ -96,7 +96,7 @@ in {
|
|||
MEDIA_MAX_SIZE = "750m";
|
||||
};
|
||||
volumes = [
|
||||
"${settings.server_configs}/archivebox/data:/data"
|
||||
"${settings.server_configs_home}/archivebox:/data"
|
||||
];
|
||||
};
|
||||
wakapi = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue