Compare commits

...

6 Commits

View File

@ -90,7 +90,7 @@ in {
from_address: 'peertube@m.lor.sh'
redis:
hostname: '${hostName}'
hostname: '127.0.0.1'
object_storage:
enabled: true
@ -115,9 +115,19 @@ in {
prefix: 'streaming-playlists/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
videos:
web_videos:
bucket_name: 'v-lor-sh'
prefix: 'videos/'
prefix: 'web-videos/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
user_exports:
bucket_name: 'v-lor-sh'
prefix: 'user-exports/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
original_video_files:
bucket_name: 'v-lor-sh'
prefix: 'original-video-files/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
transcoding:
@ -134,8 +144,16 @@ in {
transcoding:
threads: 4
resolutions:
0p: true
144p: true
480p: true
1080p: true
video_transcription:
enabled: true
engine: 'whisper-ctranslate2'
model: 'large-v3'
EOF
'';
@ -231,6 +249,8 @@ in {
time.timeZone = "UTC";
systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ];
system.autoUpgrade = {
enable = true;
allowReboot = true;