about summary refs log tree commit diff
path: root/nixos/tests/plasma5.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/plasma5.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/plasma5.nix')
-rw-r--r--nixos/tests/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/plasma5.nix b/nixos/tests/plasma5.nix
index 14ab2e30cabf..e479d3f1cb8f 100644
--- a/nixos/tests/plasma5.nix
+++ b/nixos/tests/plasma5.nix
@@ -41,7 +41,7 @@ import ./make-test.nix ({ pkgs, ...} :
   enableOCR = true;
 
   testScript = { nodes, ... }: let
-    user = nodes.machine.config.users.extraUsers.alice;
+    user = nodes.machine.config.users.users.alice;
     xdo = "${pkgs.xdotool}/bin/xdotool";
   in ''
     startAll;