enable peertube

This commit is contained in:
jopejoe1 2023-11-13 08:42:13 +01:00
parent f587e19962
commit 83825032da
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.peertube = {
enable = true;
secrets.secretsFile = "/run/secrets/peertube";
redis.createLocally = true;
database.createLocally = true;
localDomain = "peertube.local";
};
}