nixos/freetube: fix machine usage deprecation

This commit is contained in:
Maximilian Bosch
2026-04-19 20:01:33 +02:00
parent 4797207171
commit 69eb0ce738
+1
View File
@@ -41,6 +41,7 @@ let
testScript = ''
start_all()
machine = ${name}
machine.wait_for_unit('graphical.target')
machine.wait_for_text('Your Subscription list is currently empty')
machine.send_key("ctrl-r")