From f042b57046e04a432e16708b7e01503078c2876b Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 19 Apr 2026 15:38:55 +0200 Subject: [PATCH] nixos/paisa: fix `machine` usage deprecation --- nixos/tests/paisa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/paisa.nix b/nixos/tests/paisa.nix index f8baed78c88a..3ba279603556 100644 --- a/nixos/tests/paisa.nix +++ b/nixos/tests/paisa.nix @@ -14,8 +14,8 @@ testScript = '' start_all() - machine.systemctl("start network-online.target") - machine.wait_for_unit("network-online.target") + serviceEmptyConf.systemctl("start network-online.target") + serviceEmptyConf.wait_for_unit("network-online.target") with subtest("empty/default config test"): serviceEmptyConf.wait_for_unit("paisa.service")