Move archivebox and plex to ssd

This commit is contained in:
batteredbunny 2024-04-27 01:27:39 +03:00
parent e308354e2c
commit b81fffbac5
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -96,7 +96,7 @@ in {
MEDIA_MAX_SIZE = "750m";
};
volumes = [
"${settings.server_configs}/archivebox/data:/data"
"${settings.server_configs_home}/archivebox:/data"
];
};
wakapi = {