Move particles to its own file
This commit is contained in:
parent
ab77437953
commit
e85403d2b9
4 changed files with 36 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue