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;
|
services.openssh.enable = true;
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
sshKeys.snakeOilPublicKey
|
sshKeys.snakeOilPublicKey
|
||||||
|
@ -77,6 +79,8 @@ let
|
||||||
targetConfig = { lib, ... }: {
|
targetConfig = { lib, ... }: {
|
||||||
nix.binaryCaches = lib.mkForce [];
|
nix.binaryCaches = lib.mkForce [];
|
||||||
|
|
||||||
|
documentation.nixos.enable = lib.mkForce true;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
sshKeys.snakeOilPublicKey
|
sshKeys.snakeOilPublicKey
|
||||||
|
|
Loading…
Add table
Reference in a new issue