integration-tests: Enable documentation build

It makes sense to keep the tests as close to real life (docs enabled)
as possible.

Ref: #50
This commit is contained in:
Zhaofeng Li 2022-01-25 15:03:58 -08:00
parent f674ddf173
commit 6bff965a39

View file

@ -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