nixos/tests/gotenberg: auto start chromium and libreoffice to detect failures starting them without having to convert a document
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user