mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/tests/user-account: add static uid for alice
A lot of tests assume that the alice user will have a uid of 1000. Let's make that a guarantee and be able to reference this value.
This commit is contained in:
parent
313eba4451
commit
e2ea8152cc
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
{ isNormalUser = true;
|
||||
description = "Alice Foobar";
|
||||
password = "foobar";
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
users.users.bob =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue