tests, example: avoid lengthy documentation build

This options manual rebuild takes 30-60s and is triggered by the extra
NixOS options defined by nix-bitcoin.
This commit is contained in:
Erik Arvstedt
2022-10-22 19:37:45 +02:00
parent b840548d40
commit 1d3f49f8da
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,9 @@ name: testConfig:
virtualisation.graphics = false;
services.getty.autologinUser = "root";
# Avoid lengthy build of the nixos manual
documentation.nixos.enable = false;
# Provide a shortcut for instant poweroff from within the machine
environment.systemPackages = with pkgs; [
(lowPrio (writeScriptBin "q" ''