rogue: omit from the installation media

At least for now.  It would increase the ISO size by ~10 MB,
after the fixup in the parent commit.
This commit is contained in:
Vladimír Čunát
2017-08-29 16:15:15 +02:00
parent cdb49582a6
commit dc93744273
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ with lib;
services.nixosManual.showManual = true;
# Let the user play Rogue on TTY 8 during the installation.
services.rogue.enable = true;
#services.rogue.enable = true;
# Disable some other stuff we don't need.
security.sudo.enable = false;