rclone: set programs.fuse.enable to fix integration tests

This commit is contained in:
Jess
2026-07-21 00:23:33 +02:00
committed by Robert Helgesson
parent 56ccab8918
commit 7e2199f4bc
@@ -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")