forked from fediversity/fediversity
Compare commits
2 commits
a21fa44c94
...
8707b51a73
| Author | SHA1 | Date | |
|---|---|---|---|
| 8707b51a73 | |||
| 26d39b7b93 |
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue