WIP peertube credentials

see #191

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-09-16 12:05:51 +02:00
parent 26d39b7b93
commit 8707b51a73
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -75,6 +75,9 @@ in
services.peertube = {
enable = true;
localDomain = config.fediversity.peertube.domain;
serviceEnvironmentFile = pkgs.writeText "password-init-root" ''
PT_INITIAL_ROOT_PASSWORD=changeme
'';
# TODO: in most of nixpkgs, these are true by default. upstream that unless there's a good reason not to.
redis.createLocally = true;