mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add dash
This commit is contained in:
parent
87fe0471ad
commit
41567c9aa3
4 changed files with 57 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ in {
|
|||
mods.server.git.enable = true;
|
||||
mods.server.cal.enable = true;
|
||||
mods.server.chat.enable = true;
|
||||
mods.server.dash.enable = true;
|
||||
|
||||
mods.server.vrising.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
git = 3006;
|
||||
cal = 3007;
|
||||
chat = 3008;
|
||||
dash = 3009;
|
||||
|
||||
search = 8081;
|
||||
videos = 8082;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue