about summary refs log tree commit diff
path: root/nixos/tests/sddm.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-06-30 01:55:42 +0200
committerFlorian Klink <flokli@flokli.de>2018-06-30 02:31:30 +0200
commit89d5d191b48c502c84a4ed459ef3c9adc77a012a (patch)
treeefac5e04b58e84bb009816d5b025aa64407665e4 /nixos/tests/sddm.nix
parent0868aa76f6eaed2123fc6115cbb8a5f110dc8e2f (diff)
downloadnixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.gz
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.bz2
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.lz
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.xz
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.zst
nixlib-89d5d191b48c502c84a4ed459ef3c9adc77a012a.zip
nixos/tests: users.(extraUsers|extraGroup->users|group)
Diffstat (limited to 'nixos/tests/sddm.nix')
-rw-r--r--nixos/tests/sddm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sddm.nix b/nixos/tests/sddm.nix
index 1ce2b8157842..ac91a89f6695 100644
--- a/nixos/tests/sddm.nix
+++ b/nixos/tests/sddm.nix
@@ -21,7 +21,7 @@ let
       enableOCR = true;
 
       testScript = { nodes, ... }: let
-        user = nodes.machine.config.users.extraUsers.alice;
+        user = nodes.machine.config.users.users.alice;
       in ''
         startAll;
         $machine->waitForText(qr/select your user/i);