mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
nixosTests.pantheon: nodes.machine.config -> nodes.machine
Silence a warning: warning: Module argument `nodes.machine.config` is deprecated. Use `nodes.machine` instead.
This commit is contained in:
parent
009cdb01c7
commit
30d5a2216f
@ -20,8 +20,8 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
|
||||
enableOCR = true;
|
||||
|
||||
testScript = { nodes, ... }: let
|
||||
user = nodes.machine.config.users.users.alice;
|
||||
bob = nodes.machine.config.users.users.bob;
|
||||
user = nodes.machine.users.users.alice;
|
||||
bob = nodes.machine.users.users.bob;
|
||||
in ''
|
||||
machine.wait_for_unit("display-manager.service")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user