Move particles to its own file

This commit is contained in:
Charlotte Van Petegem 2022-02-13 13:23:13 +01:00
parent ab77437953
commit e85403d2b9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 36 additions and 23 deletions

View file

@ -49,7 +49,10 @@
docker.enable = true;
git.enable = true;
};
games.tetris.server = true;
games = {
particles.server = true;
tetris.server = true;
};
services = {
matrix.enable = true;
nginx = {