From 6bff965a395dba5c032f421659b34bc1c775e1af Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 25 Jan 2022 15:03:58 -0800 Subject: [PATCH] integration-tests: Enable documentation build It makes sense to keep the tests as close to real life (docs enabled) as possible. Ref: #50 --- integration-tests/tools.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index b1d2047..1a4be9c 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -55,6 +55,8 @@ let ]; }; + documentation.nixos.enable = lib.mkForce true; + services.openssh.enable = true; users.users.root.openssh.authorizedKeys.keys = [ sshKeys.snakeOilPublicKey @@ -77,6 +79,8 @@ let targetConfig = { lib, ... }: { nix.binaryCaches = lib.mkForce []; + documentation.nixos.enable = lib.mkForce true; + services.openssh.enable = true; users.users.root.openssh.authorizedKeys.keys = [ sshKeys.snakeOilPublicKey