summaryrefslogtreecommitdiffstats
path: root/nixos/tests/installer.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/installer.nix
parent0868aa76f6eaed2123fc6115cbb8a5f110dc8e2f (diff)
nixos/tests: users.(extraUsers|extraGroup->users|group)
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 92f400937b97..8ce9bc21ff77 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -43,7 +43,7 @@ let
boot.loader.systemd-boot.enable = true;
''}
- users.extraUsers.alice = {
+ users.users.alice = {
isNormalUser = true;
home = "/home/alice";
description = "Alice Foobar";