From 7e2199f4bc76f96e557d35ac84523852dc67e302 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 20 Jul 2026 15:38:47 +1200 Subject: [PATCH] rclone: set `programs.fuse.enable` to fix integration tests --- tests/integration/standalone/rclone/mount.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/standalone/rclone/mount.nix b/tests/integration/standalone/rclone/mount.nix index 3b5143409..b4843e2c9 100644 --- a/tests/integration/standalone/rclone/mount.nix +++ b/tests/integration/standalone/rclone/mount.nix @@ -87,6 +87,10 @@ in ]; }; + nodes.machine = { + programs.fuse.enable = true; + }; + script = '' remote.wait_for_unit("network.target") remote.wait_for_unit("multi-user.target")