rclone: set programs.fuse.enable to fix integration tests
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user