aboutsummaryrefslogtreecommitdiff
path: root/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* init exneuland as alternative backendexneulandstuebinm2021-08-231-5/+23
| | | | | | It appears to work (somewhat). Limitations: - exneuland is not configurable; can only have it once - frontend untested since last update broke things
* unbreak tcm versionstuebinm2021-05-181-0/+1
| | | | | | | the derivations build successfully again (except for the universially-broken maps package), but were not yet proven to work with the nixos module, since a configuration variable for the frontend package was changed in this update.
* Support for static turn secrets in the backend.stuebinm2021-03-141-0/+1
| | | | | | Note that this has not been tested in the wild yet; it just does what the comments in the default docker-compose.yml by thecodingmachine suggests it should do to enable using the rest api of coturn.
* moved module to default.nixstuebinm2021-03-091-0/+166
Should make this whole thing more intuitive to use.