mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
enable peertube
This commit is contained in:
parent
f587e19962
commit
83825032da
3 changed files with 16 additions and 0 deletions
11
modules/web/peertube/default.nix
Normal file
11
modules/web/peertube/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.peertube = {
|
||||
enable = true;
|
||||
secrets.secretsFile = "/run/secrets/peertube";
|
||||
redis.createLocally = true;
|
||||
database.createLocally = true;
|
||||
localDomain = "peertube.local";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue