mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
nixos/tests/gotenberg: auto start chromium and libreoffice to detect failures starting them without having to convert a document
This commit is contained in:
parent
8062f8a4e8
commit
88b387f90d
|
|
@ -7,6 +7,9 @@
|
|||
nodes.machine = {
|
||||
services.gotenberg = {
|
||||
enable = true;
|
||||
# fail the service if any of those does not come up
|
||||
chromium.autoStart = true;
|
||||
libreoffice.autoStart = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue