1

Services/FileFlows: Don't autostart nixinator node

This commit is contained in:
2026-03-19 17:37:19 +01:00
parent ccee2b0cad
commit 0cb00937f0

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