Compare commits

...

2 commits

Author SHA1 Message Date
8707b51a73
WIP peertube credentials
see #191

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-16 12:05:51 +02:00
26d39b7b93 update readme - explain remaining folders 2025-09-15 16:25:47 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -146,8 +146,9 @@ details as to what they are for. As an overview:
- [`keys/`](./keys) contains the public keys of the contributors to this project
as well as the systems that we administrate.
- [`matrix/`](./matrix) contains everything having to do with setting up a
fully-featured Matrix server.
- [`machines/`](./machines) contains the code of our machines for internal infra and test VMs.
- [`panel/`](./panel) contains the code of our front-end.
- [`secrets/`](./secrets) contains the secrets that need to get injected into
machine configurations.

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;