about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-08-29 16:15:15 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-08-29 16:15:15 +0200
commitdc9374427357a942a27e36fc8cc0674aa8cbc22c (patch)
treeec8c65766f985f11136982f2d82d33189512a763 /nixos
parentcdb49582a64925c8f13c43eab51586c8593f17ea (diff)
downloadnixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar.gz
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar.bz2
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar.lz
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar.xz
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.tar.zst
nixlib-dc9374427357a942a27e36fc8cc0674aa8cbc22c.zip
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.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/installation-device.nix2
-rw-r--r--nixos/tests/installer.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index a24fa75e01db..8e1482f5533f 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -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;
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index a8090dc62eec..c1dae2a34fa3 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -74,7 +74,7 @@ let
       # Make sure that we get a login prompt etc.
       $machine->succeed("echo hello");
       #$machine->waitForUnit('getty@tty2');
-      $machine->waitForUnit("rogue");
+      #$machine->waitForUnit("rogue");
       $machine->waitForUnit("nixos-manual");
 
       # Wait for hard disks to appear in /dev