forked from DGNum/colmena
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:
parent
f674ddf173
commit
6bff965a39
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue