summary refs log tree commit diff
path: root/nixos/tests/gitolite.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/gitolite.nix
parent0868aa76f6eaed2123fc6115cbb8a5f110dc8e2f (diff)
downloadnixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.gz
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.bz2
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.lz
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.xz
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.tar.zst
nixpkgs-89d5d191b48c502c84a4ed459ef3c9adc77a012a.zip
nixos/tests: users.(extraUsers|extraGroup->users|group)
Diffstat (limited to 'nixos/tests/gitolite.nix')
-rw-r--r--nixos/tests/gitolite.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/gitolite.nix b/nixos/tests/gitolite.nix
index 4b4e081acc5..d4028efad1d 100644
--- a/nixos/tests/gitolite.nix
+++ b/nixos/tests/gitolite.nix
@@ -78,8 +78,8 @@ in
             # there's nobody around that can input password
             PreferredAuthentications publickey
         '';
-        users.extraUsers.alice = { isNormalUser = true; };
-        users.extraUsers.bob = { isNormalUser = true; };
+        users.users.alice = { isNormalUser = true; };
+        users.users.bob = { isNormalUser = true; };
       };
 
   };