Move tetris and particles to marabethia

This commit is contained in:
Charlotte Van Petegem 2024-11-10 16:21:10 +01:00
parent 3e049a8667
commit d5b308d2d1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

View file

@ -71,10 +71,6 @@
rootPool = "zroot"; rootPool = "zroot";
}; };
}; };
games = {
particles.server = true;
tetris.server = true;
};
services = { services = {
garmin-scraper.enable = true; garmin-scraper.enable = true;
git.enable = true; git.enable = true;

View file

@ -33,5 +33,9 @@
rootPool = "zroot"; rootPool = "zroot";
}; };
}; };
games = {
particles.server = true;
tetris.server = true;
};
}; };
} }