servers: set up syncplay

This commit is contained in:
insects 2024-11-06 11:29:37 +01:00
parent 870c79dc38
commit 1adb0cf84a
3 changed files with 22 additions and 7 deletions

View file

@ -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
'';
};
};
};