nixos/tests/os-prober.nix: fix out of memory
This commit is contained in:
parent
671dc2a5ca
commit
6a2f64a542
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ let
|
|||
hashed-mirrors =
|
||||
connect-timeout = 1
|
||||
'';
|
||||
# save some memory
|
||||
documentation.enable = false;
|
||||
};
|
||||
# /etc/nixos/configuration.nix for the vm
|
||||
configFile = pkgs.writeText "configuration.nix" ''
|
||||
|
|
Loading…
Reference in a new issue