1

Services/FileFlows: Don't autostart nixinator node

This commit is contained in:
2026-03-19 17:37:19 +01:00
parent 4cbe9885b2
commit 5b2fc78889

View File

@ -9,7 +9,7 @@ in {
virtualisation.oci-containers.containers = {
fileflows-node = {
image = "revenz/fileflows:${fileflowsVersion}";
autoStart = true;
autoStart = false;
login = {
# Uses DockerHub by default