forked from fediversity/fediversity
WIP peertube credentials
see #191 Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
26d39b7b93
commit
8707b51a73
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ in
|
||||||
services.peertube = {
|
services.peertube = {
|
||||||
enable = true;
|
enable = true;
|
||||||
localDomain = config.fediversity.peertube.domain;
|
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.
|
# TODO: in most of nixpkgs, these are true by default. upstream that unless there's a good reason not to.
|
||||||
redis.createLocally = true;
|
redis.createLocally = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue