mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +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 = {
|
nodes.machine = {
|
||||||
services.gotenberg = {
|
services.gotenberg = {
|
||||||
enable = true;
|
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