servers: set up syncplay
This commit is contained in:
parent
870c79dc38
commit
1adb0cf84a
3 changed files with 22 additions and 7 deletions
|
@ -34,6 +34,11 @@
|
|||
25565 # minecraft
|
||||
];
|
||||
|
||||
services.syncplay = {
|
||||
enable = true;
|
||||
motd = "START SUCKING!!!!";
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
@ -68,6 +73,12 @@
|
|||
reverse_proxy localhost:3000
|
||||
'';
|
||||
};
|
||||
|
||||
"watch.with.al" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:8999
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue