feat(capytal,peertube): capytal's peertube instance
This commit is contained in:
13
secrets.nix
13
secrets.nix
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user