media-proxy: Add storagebox

nazuna
Simon Bruder 2022-09-23 00:14:45 +02:00
parent 3889b355d9
commit 2cf49b9a18
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ let
port = 8888;
services = {
"media" = config.sops.secrets.media-proxy-auth.path;
"media-sb" = config.sops.secrets.media-proxy-auth.path;
"torrent" = config.sops.secrets.torrent-proxy-auth.path;
};
in