tests: stop pueued via alice user session in nixos-basics

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-03-03 14:10:14 -06:00
parent d76a12d115
commit 11c89ba2e5

View file

@ -65,7 +65,7 @@
# Shut down pueue, then run the activation again. Afterwards, the service
# should be running.
machine.succeed("systemctl --user -M alice@.host stop pueued.service")
succeed_as_alice("systemctl --user stop pueued.service")
fail_as_alice("pueue status")