aboutsummaryrefslogtreecommitdiff
path: root/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-18unbreak tcm versionstuebinm1-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.
2021-03-14Support for static turn secrets in the backend.stuebinm1-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.
2021-03-09moved module to default.nixstuebinm1-0/+0
Should make this whole thing more intuitive to use.
2021-03-09Added option to switch whole packageset to modulestuebinm1-4/+6
Since there are now multiple packaged versions of workadventure, all of which come in a set with the same attribute names, it seems reasonable to just plug those sets into the module, instead of each package individually.
2021-02-26quick fixstuebinm1-1/+1
2021-02-26remove overlaystuebinm1-2/+2
(it refused to evaluate on another server for an unknown reason, and instead led to infinite recursion)
2021-02-26better config optionsstuebinm1-104/+114
Config options are now sorted according to components (pusher, backend, frontend, etc.); in addition there is a commonConfig with config for jitsi, turn, etc. Additionally, this module is now completely modular in the sense that there are no longer any global options that affect all configured workadventure instances at once.
2021-02-25remove overlay for nowstuebinm1-8/+0
2021-02-25fixupstuebinm1-6/+5
2021-02-25Version bump to current coding machine masterstuebinm1-4/+28
This broke a lot of things, but possibly they might work again now.
2021-02-18Updated workadventure-nix sources & removed channel importsstuebinm1-1/+1
(but not the actual workadventure version)
2021-02-05nicer settting parameters; configurable stun serverstuebinm1-6/+6