aboutsummaryrefslogtreecommitdiff
path: root/workadventure.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved module to default.nixstuebinm2021-03-091-166/+0
| | | | Should make this whole thing more intuitive to use.
* Added option to switch whole packageset to modulestuebinm2021-03-091-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.
* quick fixstuebinm2021-02-261-1/+1
|
* remove overlaystuebinm2021-02-261-2/+2
| | | | | (it refused to evaluate on another server for an unknown reason, and instead led to infinite recursion)
* Move nix files for workadventure into this repo instead of importing themstuebinm2021-02-261-0/+1
| | | | | | Since I change things frequently rn and often only very specific commits of both repositories will work together at all, it doesn't seem logical to have them in separate repos any more.
* better config optionsstuebinm2021-02-261-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.
* remove overlay for nowstuebinm2021-02-251-8/+0
|
* fixupstuebinm2021-02-251-6/+5
|
* Version bump to current coding machine masterstuebinm2021-02-251-4/+28
| | | | This broke a lot of things, but possibly they might work again now.
* Updated workadventure-nix sources & removed channel importsstuebinm2021-02-181-1/+1
| | | | (but not the actual workadventure version)
* nicer settting parameters; configurable stun serverstuebinm2021-02-051-6/+6
|
* Functional module, extracted from fediventure repostuebinm2021-02-051-0/+138
(just to make it easier to hack, and remove fediventure-specific deployment logic)