From 5b2fc788894bc638caa109dc42c8f248bc308ec2 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 19 Mar 2026 17:37:19 +0100 Subject: [PATCH] Services/FileFlows: Don't autostart nixinator node --- system/services/fileflows-node.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/fileflows-node.nix b/system/services/fileflows-node.nix index 762b29f2..b59cce72 100644 --- a/system/services/fileflows-node.nix +++ b/system/services/fileflows-node.nix @@ -9,7 +9,7 @@ in { virtualisation.oci-containers.containers = { fileflows-node = { image = "revenz/fileflows:${fileflowsVersion}"; - autoStart = true; + autoStart = false; login = { # Uses DockerHub by default