From dc9374427357a942a27e36fc8cc0674aa8cbc22c Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 29 Aug 2017 16:15:15 +0200 Subject: 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. --- nixos/modules/profiles/installation-device.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') 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; -- cgit 1.4.1