Compare commits

..

No commits in common. "8707b51a73c4a85c6eb03f90e41d067abcf69857" and "a21fa44c94f360d8d90e07ff0e0e4475a9f88a16" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -146,9 +146,8 @@ 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.
- [`machines/`](./machines) contains the code of our machines for internal infra and test VMs.
- [`panel/`](./panel) contains the code of our front-end.
- [`matrix/`](./matrix) contains everything having to do with setting up a
fully-featured Matrix server.
- [`secrets/`](./secrets) contains the secrets that need to get injected into
machine configurations.

View file

@ -75,9 +75,6 @@ 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;