Move tetris and particles to marabethia
This commit is contained in:
parent
3e049a8667
commit
d5b308d2d1
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -33,5 +33,9 @@
|
||||||
rootPool = "zroot";
|
rootPool = "zroot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
games = {
|
||||||
|
particles.server = true;
|
||||||
|
tetris.server = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue