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.

Changed files
+2 -2
nixos
modules
tests
+1 -1
nixos/modules/profiles/installation-device.nix
···
services.nixosManual.showManual = true;
# Let the user play Rogue on TTY 8 during the installation.
-
services.rogue.enable = true;
# Disable some other stuff we don't need.
security.sudo.enable = false;
···
services.nixosManual.showManual = true;
# Let the user play Rogue on TTY 8 during the installation.
+
#services.rogue.enable = true;
# Disable some other stuff we don't need.
security.sudo.enable = false;
+1 -1
nixos/tests/installer.nix
···
# Make sure that we get a login prompt etc.
$machine->succeed("echo hello");
#$machine->waitForUnit('getty@tty2');
-
$machine->waitForUnit("rogue");
$machine->waitForUnit("nixos-manual");
# Wait for hard disks to appear in /dev
···
# Make sure that we get a login prompt etc.
$machine->succeed("echo hello");
#$machine->waitForUnit('getty@tty2');
+
#$machine->waitForUnit("rogue");
$machine->waitForUnit("nixos-manual");
# Wait for hard disks to appear in /dev