feat(capytal,peertube): capytal's peertube instance

This commit is contained in:
Guz
2025-11-30 20:39:31 -03:00
parent 470d719f80
commit 9ad046f2be
5 changed files with 191 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ with lib; {
# Anubis
${config.services.anubis.defaultOptions.user} = [
"anubis/gitea/hex_file"
"anubis/peertube/hex_file"
"anubis/medama/hex_file"
];
@@ -61,6 +62,18 @@ with lib; {
"keiko/env_file"
];
# Peertube
${config.services.peertube.user} = [
"peertube/database/password"
"peertube/environment"
"peertube/secretsFile"
];
# PostgreSQL
${config.users.users.postgres.name} = [
"postgresql/initialScript"
];
# Nextcloud
${config.services.phpfpm.pools.nextcloud.user} = [
"nextcloud/adminpass"